Skip to content

Commit ec52dd8

Browse files
authored
Update README.md
1 parent b444583 commit ec52dd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Fawn
22
## Promise based Library for atomic-ish operations in MongoDB
33

4-
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to it's initial state (it's state before the transaction started).
4+
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to it's initial state (it's state before the transaction started).
5+
6+
**View on [GitHub](https://github.com/e-oj/Fawn/blob/master/README.md) If you're having trouble reading this on npm**
57

68
- [Getting Started](#getting_started)
79
- [Usage](#usage)

0 commit comments

Comments
 (0)