From 6e5af0256443aba5406e4fcdf5499472dcf88edd Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 10 Oct 2013 09:26:47 -0700 Subject: [PATCH] docs --- Readme.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index b601245..c620ea0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,14 @@ -# buffer.c +# buffer Tiny C string manipulation library. ## Installation + Install with [clib](https://github.com/clibs/clib): + ``` -$ cpm install visionmedia/buffer.c +$ clib install clibs/buffer ``` ## API diff --git a/package.json b/package.json index 775d2c5..09034a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buffer", "version": "0.2.0", - "repo": "visionmedia/buffer.c", + "repo": "clibs/buffer", "description": "Higher level C-string utilities", "keywords": ["buf", "buffer", "string", "str", "util", "utils"], "license": "MIT",