diff --git a/doc/getting-started.html b/doc/getting-started.html index dd59bc1c..01ba43f8 100644 --- a/doc/getting-started.html +++ b/doc/getting-started.html @@ -14,7 +14,7 @@
The Exiv2 library is made up of all elements defined in the Exiv2 namespace. The Action and Util namespaces are only used by the -Exiv2 command line utility. To learn about the library, concentrate on +Exiv2 command line utility. Thus, to learn about the library, concentrate on the members of the Exiv2 namespace.
Several simple examples demonstrate the basic use of Exiv2 +
There are several simple examples that demonstrate the basic use of Exiv2 functionality: Exifprint shows how the Exif data of an image can be read and written to the screen. Iptcprint is a similar @@ -65,7 +65,7 @@ the Makernote interface. Subclass models makernotes encoded in IFD format. Implementing a new IFD makernote is straightforward. Implementing a new makernote that is not -encoded in IFD format however, is not. Please +encoded in IFD format however, is more difficult. Please contact me if you have such a makernote specification and would like assistance adding it to Exiv2.