diff --git a/README.md b/README.md index 46f2d6b..48c22e1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ makeover tattoo generator yogurt It is based on the concept behind [XKCD 936](https://xkcd.com/936/) and [XKCD-password-generator](https://github.com/redacted/XKCD-password-generator). It makes use of [EFF's typo-tolerant wordlist](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) to provide live autocomplete. -# Usage +# CLI Usage ``` $ pword help @@ -45,6 +45,14 @@ GLOBAL OPTIONS: --version, -v print the version ``` +# Library Usage + +WIP + +``` +import "github.com/serverwentdown/pword/pw" +``` + # Modes ## Online