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

Commit d3705f5

Browse files
authored
Update README.md
1 parent b24af50 commit d3705f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- **.where()** - Find records by up to three fields.
1414
- **No client-side filtering** - Querybase genererates composite keys to provide querying on multiple fields.
1515
- **Simple Query API** - Use common query methods such as `.greaterThan()`, `.lessThan()`, and `.startsWith()`.
16+
- **Lightweight** - 1.87 kB (gzipped)
1617

1718
## Install
1819

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

2526
```html
26-
<script src="https://unpkg.com/querybase@0.4.0"></script>
27+
<script src="https://unpkg.com/querybase@0.6.0"></script>
2728
```
2829

2930
## Example usage

0 commit comments

Comments
 (0)