Skip to content

Commit

Permalink
update README & package.json;
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 27, 2012
1 parent 942e340 commit 0978fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-mappedbuffer

Buffer to store the memory that is mapped by the `mmap`
Mapped buffer by the `mmap` for Node.js.


This project is an experiment.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "node-mappedbuffer",
"name": "mappedbuffer",
"main": "./lib/mappedbuffer",
"version": "0.0.1",
"description": "Buffer to store the memory that is mapped by the mmap",
"description": "Mapped buffer by the mmap for Node.js",
"tags": ["buffer"],
"keywords": ["buffer", "mmap"],
"author": "kazupon (kazuya kawaguchi) <kawakazu80@gmail.com>",
Expand Down

0 comments on commit 0978fd6

Please sign in to comment.