Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samus committed Mar 18, 2010
1 parent 6813432 commit c71b7ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -41,6 +41,8 @@ Patches
======= =======
Patches are welcome and will likely be accepted. By submitting a patch you assign the copyright to me, Sam Corder. This is necessary to simplify the number of copyright holders should it become necessary that the copyright need to be reassigned or the code relicensed. The code will always be available under an OSI approved license. Patches are welcome and will likely be accepted. By submitting a patch you assign the copyright to me, Sam Corder. This is necessary to simplify the number of copyright holders should it become necessary that the copyright need to be reassigned or the code relicensed. The code will always be available under an OSI approved license.


A bug fix patch should contain a test case that reproduces the issue along with the actual fix. Try to follow the same style that the code is already in so that things remain clean.

Usage Usage
===== =====
One of the best sources for how to use the driver is the unit tests. Basic usage can be found in the TestCollection set of test cases. One of the best sources for how to use the driver is the unit tests. Basic usage can be found in the TestCollection set of test cases.
Expand All @@ -54,6 +56,8 @@ At the simplest query the database like this:
Document result = db["tests"]["reads"].FindOne(query); Document result = db["tests"]["reads"].FindOne(query);
db.Disconnect(); db.Disconnect();


There is also a growing number of samples in the examples directory.

Getting Help Getting Help
============ ============
The Google Group mongodb-csharp at (http://groups.google.com/group/mongodb-csharp) is the best place to go. The Google Group mongodb-csharp at (http://groups.google.com/group/mongodb-csharp) is the best place to go.
Expand All @@ -67,4 +71,6 @@ Contributors
- Andrew Rondeau (GWBasic) - Andrew Rondeau (GWBasic)
- Doug Mayer (dougtmayer) - Doug Mayer (dougtmayer)
- Andrew Kempe - Andrew Kempe
- Kevin Smith (codebrulee)
- Rashadh (rashadh)
- Sergey Bartunov (sbos) - Sergey Bartunov (sbos)

0 comments on commit c71b7ba

Please sign in to comment.