diff --git a/README.md b/README.md index 0149954..48ac6c9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index f9b1c56..4b87f1a 100644 --- a/package.json +++ b/package.json @@ -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": {