Skip to content

Commit

Permalink
docs: fixed small typo error (#6418)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Jul 17, 2020
1 parent c23c888 commit 911ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1035,7 +1035,7 @@ createConnection(options).then(async connection => {
metadata.width = 480;
metadata.compressed = true;
metadata.comment = "cybershoot";
metadata.orientation = "portait";
metadata.orientation = "portrait";

photo.metadata = metadata; // this way we connect them

Expand Down

0 comments on commit 911ac93

Please sign in to comment.