]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - readme.md
Merge pull request #126 from monautils/master
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
index 52b6e6fefbfd774c695b40d1feaab91490bf516e..fb1467b44735ae9946c7704843979b5dfdeb99be 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -4,9 +4,7 @@ A tool for converting BIP39 mnemonic phrases to addresses and private keys.
 
 ## Online Version
 
-Upstream demo: https://iancoleman.github.io/bip39/
-
-Slimcoin: TBD
+https://iancoleman.io/bip39/
 
 ## Standalone offline version
 
@@ -57,7 +55,10 @@ at 1PC9aZC4hNX2rmmrt7uHTfYAS3hRbph4UN
 Please do not make modifications to `bip39-standalone.html`, since they will
 be overwritten by `compile.py`.
 
-Make changes in `src/*` and apply them using the command `python compile.py`
+Make changes in `src/*`.
+
+Changes are applied during release using the command `python compile.py`, so
+please do not commit changes to `bip39-standalone.html`
 
 # Tests