Skip to content

Commit

Permalink
Fixed README formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Pilař committed Jan 15, 2012
1 parent ce75c9b commit 2b80100
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,17 +1,17 @@
# About # About


`snaplet-mongodb-minimalistic' is minimal implementation of Snaplet for MongoDB. `snaplet-mongodb-minimalistic` is minimal implementation of Snaplet for MongoDB.


The package follows the [Snaplet Design](http://snapframework.com/docs/tutorials/snaplets-design). The package follows the [Snaplet Design](http://snapframework.com/docs/tutorials/snaplets-design).


The package itself is divided into two parts: The package itself is divided into two parts:


1. `Snap.Snaplet.MongoDB.Core' 1. `Snap.Snaplet.MongoDB.Core`
2. `Snap.Snaplet.MongoDB.Functions' 2. `Snap.Snaplet.MongoDB.Functions`


The `Core' package contains the Snaplet's data type (`MongoDB') and typeclass (`HasMongoDB'). The `Core` package contains the Snaplet's data type (`MongoDB`) and typeclass (`HasMongoDB`).


The `Functions' package contains the basic functions (initializers and functions for querying the database). The `Functions` package contains the basic functions (initializers and functions for querying the database).


# Examples # Examples


Expand Down

0 comments on commit 2b80100

Please sign in to comment.