Skip to content

Commit

Permalink
One more update, fixing nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszim committed Sep 10, 2014
1 parent a78552e commit 48176a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Documentation is ongoing and incomplete, but you can get details in the [wiki](h
Hummingbird is manipulated strictly through a REST api, and each interaction must be defined by the service requesting a modification.

* [Accounts](#accounts)
* * [Create](#create)
* * [Destroy](#destroy)
* [Create](#create)
* [Destroy](#destroy)
* [Keywords](#keywords)
* * [Create](#create-1)
* * [Destroy](#destroy-1)
* [Create](#create-1)
* [Destroy](#destroy-1)
* [Posts](#posts)
* * [Example](#example-post)
* [Example](#example-post)
* [Deployment](#deployment)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hummingbird-node",
"version": "0.3.1",
"version": "0.3.2",
"description": "Stupidly simple social media streaming for Node.js",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 48176a3

Please sign in to comment.