Skip to content

Commit

Permalink
Update documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Nov 1, 2018
1 parent 9547b32 commit 10a138e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/about.rst
Expand Up @@ -7,7 +7,6 @@ Notice and Warning!

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.

- Change namespace from *piexif* to *piexifjs* in browser environment.
- add some arguments type checks
- stop to support bower
- some data types are changed in exif object...?
Expand Down Expand Up @@ -39,7 +38,7 @@ No dependencies.
Environment
-----------

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

License
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/functions.rst
Expand Up @@ -19,7 +19,7 @@ load

::

var exifObj = piexif.load(jpegData);
let exifObj = piexif.load(jpegData);
for (let ifd in exifObj) {
if (ifd == "thumbnail") {
continue;
Expand Down

0 comments on commit 10a138e

Please sign in to comment.