Skip to content

Commit

Permalink
One day I will write a readme right on the first try
Browse files Browse the repository at this point in the history
  • Loading branch information
mwpenny committed Feb 27, 2015
1 parent 39c2753 commit 43434c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A node.js bot that scrapes recent [Kijiji](http://www.kijiji.ca) ads and sends t
* [facebook-chat-api](http://github.com/Schmavery/facebook-chat-api) - unofficial Facebook chat API for node.js

### Installation
`npm install kijiji-fb-notifier`
`npm install kijiji-fb-bot`

### Configuration
You can configure the bot by placing the following JSON files in a configuration directory:
Expand Down Expand Up @@ -66,4 +66,4 @@ The bot can be interacted with by sending it Facebook messages. Each command mus
* `help` - The bot will reply with information about its chat commands.

##### Example usage
`[BOTNAME] [COMMAND]`
`[BOTNAME] [COMMAND]`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kijiji-fb-bot",
"version": "1.0.0",
"version": "1.0.1",
"description": "A bot that sends Facebook messages with new Kijiji ads",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 43434c4

Please sign in to comment.