Skip to content

Commit 7a01ed5

Browse files
committed
2 parents 673a4e2 + ee2369c commit 7a01ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Synchronization between local IndexedDB and MySQL Database.
44

5-
With user authentication. Powered by [Dexie.js](https://dexie.org/) and [PHP CRUD API](https://github.com/mevdschee/php-crud-api).
5+
With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and [PHP CRUD API](https://github.com/mevdschee/php-crud-api).
66

77
## Demo
88

@@ -14,7 +14,7 @@ With user authentication. Powered by [Dexie.js](https://dexie.org/) and [PHP CRU
1414
cd dexie-mysql-sync && npm install && cd demo-app && npm install && npm run dev
1515
```
1616

17-
3. Open the **Todo App** at http://localhost:5173 in multiple browsers and play with the synchronization.
17+
3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization.
1818

1919
Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database.
2020

0 commit comments

Comments
 (0)