aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2023-03-05 20:28:56 +0100
committerJoris2023-03-05 20:28:56 +0100
commit8987c94b3654dd4ef40bea6745886a514bfa4532 (patch)
treeccd951adea4c57583f0c247f8b073c125d884bc8 /README.md
parentae652a37ec2db6782565a9e843bc967e060d3906 (diff)
downloadflashcards-8987c94b3654dd4ef40bea6745886a514bfa4532.tar.gz
flashcards-8987c94b3654dd4ef40bea6745886a514bfa4532.tar.bz2
flashcards-8987c94b3654dd4ef40bea6745886a514bfa4532.zip
Show phonetics if present when answer is correct
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a20b8e..6941979 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Getting started
```bash
-nix develop --command bin/watch.sh
+nix develop --command bin/dev-server.sh
```
# Screenshot
@@ -22,7 +22,7 @@ Cards are created from a plain text `./deck` file:
- good moorning : bonjour
- alternative 1 | alternative 2 : choix 1 | choix 2
-- cat (indication) : chat
+- cat (indication) : chat [ʃa]
```
# Backlog