Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast authored Dec 29, 2016
1 parent b24af50 commit d3705f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- **.where()** - Find records by up to three fields.
- **No client-side filtering** - Querybase genererates composite keys to provide querying on multiple fields.
- **Simple Query API** - Use common query methods such as `.greaterThan()`, `.lessThan()`, and `.startsWith()`.
- **Lightweight** - 1.87 kB (gzipped)

## Install

Expand All @@ -23,7 +24,7 @@ npm install querybase --save
Use via [unpkg](https://unpkg.com)

```html
<script src="https://unpkg.com/querybase@0.4.0"></script>
<script src="https://unpkg.com/querybase@0.6.0"></script>
```

## Example usage
Expand Down

0 comments on commit d3705f5

Please sign in to comment.