diff options
Diffstat (limited to 'node_modules/emoji-random/README.md')
| -rw-r--r-- | node_modules/emoji-random/README.md | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/node_modules/emoji-random/README.md b/node_modules/emoji-random/README.md deleted file mode 100644 index 09ca3cb..0000000 --- a/node_modules/emoji-random/README.md +++ /dev/null @@ -1,34 +0,0 @@ -node-emoji-random -================= - -Creates a random emoji string. This is as useless as it gets. - -## Install - -```shell -npm install --save emoji-random -``` - -Or, globally, to use the CLI: - -```shell -npm install -g emoji-random -``` - -## Use - -```js -var emoji = require('emoji-random'); - -console.log(emoji.random()); -``` - -Or, in your command line - -```shell -$ emoji-random -``` - -Keep trying until you get an :octocat: `':octocat:'`. - -Now with individual commits with each emoji! |