From 9766c3a09b708e7eb90ef6fe5f219dd1fdb45433 Mon Sep 17 00:00:00 2001 From: Jen Fong-Adwent Date: Mon, 15 Jul 2013 10:29:00 -0400 Subject: [PATCH] readme updates; version bump --- CHANGELOG.md | 4 ++++ README.md | 6 ++++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7751b..03a9f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.8 + +* Readme updates + ## 0.0.7 * Updated git link for repository diff --git a/README.md b/README.md index cacae26..0965642 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,11 @@ Install redis. keyId: ':1' }); -db is the Redis database you are using. +`db` is the Redis database you are using. -keyId is an optional value you can set to assign a key to a particular user id or identifier. If you are not running this for multiple users, skip changing this option. +`keyId` is an optional value you can set to assign a key to a particular user id or identifier. If you are not running this for multiple users, skip changing this option (optional). + +`limit` is the number of records you want returned per page - defaults to 10 (optional). ### Create diff --git a/package.json b/package.json index 310b8a5..1210af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meatspace", - "version": "0.0.7", + "version": "0.0.8", "description": "Decentralized micro[b]logging", "main": "index.js", "dependencies": {