Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 10, 2013
1 parent 966afdc commit 6e5af02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6e5af02

Please sign in to comment.