diff --git a/README.md b/README.md
index 436a53b..ede1319 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,14 @@ make test // You'll need the dev dependencies to test it
```
## API
-It's a subset of MongoDB's API (the most used operations). The current API will not change, but I will add operations as they are needed.
+It's a subset of MongoDB's API (the most used operations). The current API will not change, but I will add operations as they are needed. Summary of the API:
+
+* Creating/loading a database
+* Inserting documents
+* Finding documents
+* Updating documents
+* Removing documents
+* Indexing
### Creating/loading a database
```javascript