Skip to content

Commit df00aea

Browse files
committed
Update readme with inspection notes
1 parent 98b53e2 commit df00aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/TodoSQLite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
3. cd into this directory: `* cd demos/TodoSQLite `
99
4. run `dotnet build -t:Run -f:net8.0-ios`
1010
1. Or specify an iOS simulator identifier e.g.: `dotnet build -t:Run -f:net8.0-ios -p:_DeviceName=:v2:udid=B1CA156A-56FC-4C3C-B35D-4BC349111FDF`
11-
5. The easiest way to inspect your server's data at this stage would be via a tool like `psql`, e.g. `psql -h localhost -p 5432 -U postgres -d postgres`
11+
5. Changes made to the backend's source DB (inspect via a tool like `psql`) or to the self-hosted aapp's web UI will be synced to this iOS client (and vice versa)
1212

1313
## Current known issues:
1414
* Switching from offline to online mode isn't yet handled

0 commit comments

Comments
 (0)