diff --git a/README.md b/README.md index 5eeb14e..cda72b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kebab [![Build Status](https://secure.travis-ci.org/thlorenz/kebab.png)](http://travis-ci.org/thlorenz/kebab) -Half queue half pubsub. Super small and simple queue that supports subscribers. +Half queue half pubsub. Super small (< 30 loc) and simple queue that supports subscribers. ```javascript var kebab = require('kebab') diff --git a/package.json b/package.json index bab315d..da491c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kebab", "version": "0.0.2", - "description": "Half queue half pubsub. Super small and simple queue that supports subscribers.", + "description": "Half queue half pubsub. Super small (< 30 loc) and simple queue that supports subscribers.", "main": "index.js", "directories": { "test": "test"