Compare commits

..

1 Commits

Author SHA1 Message Date
dee337d371 docs: add usage info to readme 2018-12-06 14:27:59 -07:00

View File

@@ -6,11 +6,8 @@ Github info in your [bitbar](https://getbitbar.com/).
# Usage
Add the following to your bitbar plugins path:
```
#!/usr/bin/env node
const info = require('path/to/github-info');
const info = require('github-info');
info({
username: 'w33ble',