Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin authored Feb 10, 2018
1 parent 0378341 commit bbaab05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

# Couchbase Lite 2.0 (Developer Build)
# Couchbase Lite 2.0 (Beta)

**Couchbase Lite** is an embedded lightweight, document-oriented (NoSQL), syncable database engine.

Couchbase Lite 2.0 has a completely new set of APIs. The implementation is on top of [Couchbase Lite Core](https://github.com/couchbase/couchbase-lite-core), which is also a new cross-platform implementation of database CRUD and query features, as well as document versioning.

THIS IS NOT A RELEASED PRODUCT. THIS IS NOT FINISHED CODE. This is currently in a very early stage of the implementation.


## Requirements
- iOS 8.0+ | macOS 10.10+ | tvOS 9.0+
Expand Down Expand Up @@ -51,7 +49,6 @@ github "couchbase/couchbase-lite-ios" "2.0DB022"

```
$ git clone https://github.com/couchbase/couchbase-lite-ios.git
$ git checkout feature/2.0
$ git submodule update --init --recursive
$ cd couchbase-lite-ios
```
Expand Down

0 comments on commit bbaab05

Please sign in to comment.