Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut authored Sep 17, 2016
1 parent 4cef3cc commit c6de53a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

Native MongoDB driver for Swift, written in Swift. This library does not wrap around the mongoc driver. It uses:

- [Strand](https://github.com/qutheory/Strand) for fetching server responses without blocking the thread
- Our own [BSON](https://github.com/OpenKitten/BSON) library, which is also 100% native Swift
- Our own [MD5](https://github.com/CryptoKitten/MD5), [SHA1](https://github.com/CryptoKitten/SHA1) and [SCRAM](https://github.com/CryptoKitten/SCRAM) libraries in 100% Swift
- Our own [MD5](https://github.com/CryptoKitten/MD5), [SHA1](https://github.com/CryptoKitten/SHA1) and [SCRAM](https://github.com/CryptoKitten/SCRAM) libraries in 100% Swift (currently included in the package)

## Documentation

Expand Down

0 comments on commit c6de53a

Please sign in to comment.