Skip to content

Commit 10a138e

Browse files
committed
Update documents.
1 parent 9547b32 commit 10a138e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/about.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Notice and Warning!
77

88
We are implementing v2.0. This version would include a few big changes. If you won't ready to use, don't update this library.
99

10-
- Change namespace from *piexif* to *piexifjs* in browser environment.
1110
- add some arguments type checks
1211
- stop to support bower
1312
- some data types are changed in exif object...?
@@ -39,7 +38,7 @@ No dependencies.
3938
Environment
4039
-----------
4140

42-
Both client-side and server-side. Piexifjs is transpiled as Universal Module Definition(https://github.com/umdjs/umd).
41+
Both client-side and server-side. Piexifjs is transpiled as `Universal Module Definition <https://github.com/umdjs/umd>`_.
4342

4443
License
4544
-------

docs/functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ load
1919

2020
::
2121

22-
var exifObj = piexif.load(jpegData);
22+
let exifObj = piexif.load(jpegData);
2323
for (let ifd in exifObj) {
2424
if (ifd == "thumbnail") {
2525
continue;

0 commit comments

Comments
 (0)