diff options
author | Joris | 2023-03-05 20:28:56 +0100 |
---|---|---|
committer | Joris | 2023-03-05 20:28:56 +0100 |
commit | 8987c94b3654dd4ef40bea6745886a514bfa4532 (patch) | |
tree | ccd951adea4c57583f0c247f8b073c125d884bc8 /README.md | |
parent | ae652a37ec2db6782565a9e843bc967e060d3906 (diff) |
Show phonetics if present when answer is correct
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |