Skip to content

Commit 7203394

Browse files
committed
added Kuzzle version requirement
1 parent 6358413 commit 7203394

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[![Build Status](https://travis-ci.org/kuzzleio/sdk-javascript.svg?branch=master)](https://travis-ci.org/kuzzleio/sdk-javascript) [![codecov.io](http://codecov.io/github/kuzzleio/sdk-javascript/coverage.svg?branch=master)](http://codecov.io/github/kuzzleio/sdk-javascript?branch=master) [![Dependency Status](https://david-dm.org/kuzzleio/sdk-javascript.svg)](https://david-dm.org/kuzzleio/sdk-javascript)
22

33

4-
Kuzzle
4+
Official Kuzzle Javascript SDK
55
======
66

7+
:warning: This SDK version requires Kuzzle v0.5.6 or higher.
8+
79
## About Kuzzle
810

911
For UI and linked objects developers, Kuzzle is an open-source solution that handles all the data management (CRUD, real-time storage, search, high-level features, etc).
@@ -86,7 +88,7 @@ kuzzle
8688

8789
### HTML
8890

89-
#### Vanilla
91+
#### Using automatic builds
9092

9193
Download the file [kuzzle.min.js](https://raw.githubusercontent.com/kuzzleio/sdk-javascript/browser/kuzzle.min.js) available in the [browser](https://github.com/kuzzleio/sdk-javascript/tree/browser) branch of this project.
9294

@@ -120,6 +122,10 @@ kuzzle
120122
});
121123
```
122124

125+
#### Building manually
126+
127+
Clone this github repository and run ``grunt``. A ``browser`` directory will be created, containing a plain browserified version of this SDK, and a minified version.
128+
123129
# License
124130

125131
[Apache 2](LICENSE.md)

0 commit comments

Comments
 (0)