Fix readme headings
This commit is contained in:
parent
3a2d326368
commit
834b00be52
|
@ -1,11 +1,13 @@
|
|||
slack-command-server
|
||||
====================
|
||||
Slack command server is a simple way to build a server that responds to slack slash commands.
|
||||
|
||||
Getting Started
|
||||
===============
|
||||
1. Clone this repository
|
||||
2. Configure according to the `Configuration` section
|
||||
3. Run `node app.js`
|
||||
|
||||
Configuration
|
||||
=============
|
||||
Configuring the server is simple, you can use any plugin compatible with [slack-command-router](https://github.com/terribly-lazy/slack-command-router), custom or otherwise.
|
||||
|
@ -28,6 +30,7 @@ Or if you have plugins of your own, you can do this:
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
Notes
|
||||
=====
|
||||
Any `plugins` specified in your configuration will be installed through npm upon starting your server, and any
|
||||
|
|
Loading…
Reference in a new issue