forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes urls from relative to absolute (GitHub doesn't support relati…
…ve urls in READMEs) Fixes a few typos and grammatical errors.
- Loading branch information
1 parent
34d4bd2
commit ad47b87
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
node-mongodb-native | ||
=================== | ||
|
||
Select topic of interest for detailed description: | ||
Select a topic of interest for detailed description: | ||
|
||
* [Database](database.md) | ||
* [Collections](collections.md) | ||
* [Querying documents](queries.md) | ||
* [Inserting/updating documents](insert.md) | ||
* [GridStore](gridfs.md) | ||
* [Indexes](indexes.md) | ||
* [Replicasets](replicaset.md) | ||
* [Database](https://github.com/christkv/node-mongodb-native/tree/master/docs/database.md) | ||
* [Collections](https://github.com/christkv/node-mongodb-native/tree/master/docs/collections.md) | ||
* [Querying documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/queries.md) | ||
* [Inserting/updating documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/insert.md) | ||
* [GridStore](https://github.com/christkv/node-mongodb-native/tree/master/docs/gridfs.md) | ||
* [Indexes](https://github.com/christkv/node-mongodb-native/tree/master/docs/indexes.md) | ||
* [Replicasets](https://github.com/christkv/node-mongodb-native/tree/master/docs/replicaset.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). | ||
This documentation is incomplete, the best source for documentation on all possible methods is [the source for node-mongodb-native](https://github.com/christkv/node-mongodb-native) and [the MongoDB manual](http://www.mongodb.org/display/DOCS/Manual). |