diff --git a/README.md b/README.md index edc493b..63a23e6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and ## Demo -Three steps to a running Demo App with two-way synchronization for tasks and files and with user management. - 1. Install [Docker](https://www.docker.com/) and [Node.js](https://nodejs.org/) 2. Open the Terminal and copy paste: @@ -18,7 +16,7 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil 3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization. - Test the **user management**. Register, login, see how personal data is managed well, change the password, logout. + Test the **user management**. Register, login, see how personal data is managed well, logout. Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. diff --git a/package-lock.json b/package-lock.json index 1b000b1..89e68ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dexie-mysql-sync", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dexie-mysql-sync", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "dependencies": { "js-crud-api": "^0.4.0", diff --git a/package.json b/package.json index 048edc3..93ddd39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dexie-mysql-sync", - "version": "5.0.3", + "version": "5.0.4", "description": "", "main": "lib/index.js", "type": "module",