Skip to content

Commit

Permalink
Merge pull request #58 from killme2008/master
Browse files Browse the repository at this point in the history
Fixed typo in readme.
  • Loading branch information
kenglxn committed Aug 25, 2015
2 parents 893b388 + 4255116 commit a9ea87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ VCard johnDoe = new VCard("John Doe")
.setAddress("John Doe Street 1, 5678 Doestown")
.setTitle("Mister")
.setCompany("John Doe Inc.")
.setPhonenumber("1234")
.setPhoneNumber("1234")
.setWebsite("www.example.org");
QRCode.from(johnDoe).file();

Expand Down

0 comments on commit a9ea87d

Please sign in to comment.