Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed May 13, 2011
1 parent 316f835 commit 44193f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/README.md
Expand Up @@ -9,6 +9,4 @@ Select topic of interest for detailed description:
* [Inserting/updating documents](insert.md)
* [GridStore](gridfs.md)

This documentation is incomplete, the best source for all possible methods are [the source fornode-mongodb-native](https://github.com/christkv/node-mongodb-native) and [MongDB manual](http://www.mongodb.org/display/DOCS/Manual).

https://github.com/andris9/node-mongodb-native/blob/master/docs/collections.md
This documentation is incomplete, the best source for all possible methods are [the source fornode-mongodb-native](https://github.com/christkv/node-mongodb-native) and [MongDB manual](http://www.mongodb.org/display/DOCS/Manual).
3 changes: 2 additions & 1 deletion docs/gridfs.md
Expand Up @@ -38,6 +38,7 @@ When GridStore object is created, it needs to be opened

Opened GridStore object has a set of useful properties

* `gs.length` - length of the file in bytes
* `gs.contentType` - the content type for the file
* `gs.uploadDate` - when the file was uploaded
* `gs.metadata` - metadata that was saved with the file
Expand Down Expand Up @@ -73,7 +74,7 @@ where

## Closing the GridStore

GridStore needs to be closed after usage. THis can be done with `close`
GridStore needs to be closed after usage. This can be done with `close`

gs.close(callback)

Expand Down

0 comments on commit 44193f1

Please sign in to comment.