Skip to content

Commit 87c57fc

Browse files
committed
Documentation: Fix orientation text variable name.
1 parent 6c86e7a commit 87c57fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ become available, as well as three additional methods:
517517
- `exif.getAll()`
518518

519519
```js
520-
var flashText = data.exif.getText('Orientation') // e.g. right-top for value 6
520+
var orientationText = data.exif.getText('Orientation') // e.g. right-top
521521

522522
var name = data.exif.getName(0x0112) // Orientation
523523

0 commit comments

Comments
 (0)