diff --git a/docs/about.rst b/docs/about.rst index df64cc9..401ba59 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -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...? @@ -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 `_. License ------- diff --git a/docs/functions.rst b/docs/functions.rst index 0a33918..f338140 100644 --- a/docs/functions.rst +++ b/docs/functions.rst @@ -19,7 +19,7 @@ load :: - var exifObj = piexif.load(jpegData); + let exifObj = piexif.load(jpegData); for (let ifd in exifObj) { if (ifd == "thumbnail") { continue;