Skip to content

Commit

Permalink
update readme to reflect latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Jan 5, 2018
1 parent ac67579 commit f2bc9c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -174,6 +174,23 @@ VCard johnSpecial = new VCard("Jöhn Dɵe")
.setAddress("ëåäöƞ Sträät 1, 1234 Döestüwn"); .setAddress("ëåäöƞ Sträät 1, 1234 Döestüwn");
QRCode.from(johnSpecial).withCharset("UTF-8").file(); QRCode.from(johnSpecial).withCharset("UTF-8").file();


// QRGen currently supports the following schemas:
// - BizCard
// - Bookmark
// - Email
// - GeoInfo
// - Girocode
// - GooglePlay
// - ICal
// - KddiAu
// - MMS
// - MeCard
// - SMS
// - Telephone
// - Url
// - VCard
// - Wifi
// - YouTube
``` ```


#### Android only #### Android only
Expand Down

0 comments on commit f2bc9c6

Please sign in to comment.