diff --git a/README.md b/README.md index a343bd033a224e66385a84a288a8ddb373815311..1e76ce95aabadf1f522134b259f86465761c112b 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ To use the library you need to have installed: - ## How to use json-server as mock backend with provided dummy data 1. Install json-server `npm install -g json-server`. +2. Run `npm install`. 3. Run the server with provided parameters `json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js`. -4. Run `npm install`. -5. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`. +4. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`. diff --git a/VERSION.txt b/VERSION.txt index a9c73c427865c61f3174e815db4b1053c34a1c57..3d1eb9e72b3423818873a036b845d8f039c499e1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,2 +1,2 @@ -14.0.0 Initial library version +14.0.0 Initial clustering library version