diff --git a/README.md b/README.md
index 9f530d8fbcece2e2fbf96dafd84a7be94734918f..d6884bf49e2d64a3eefdc2c1504f3256688f49c6 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,13 @@
 2. `sudo apt install jq ncurses-bin`
 3. `git clone https://github.com/rlegene/bfa.git`
 4. `source ${HOME}/bfa/bin`
+   - You can include this line in your .bash_profile if you want.
+   - It is perfectly safe to source it multiple times.
 5. run `start.sh`
 6. create your contract (there is already one deployed, so do not confuse the two)
-7. `insert.sh "I'm doing great today."`
-8. wait a bit - if you are lucky only 15 seconds
-9. `verify.sh TimestampDocument "Hi there"`
-10. `verify.sh TimestampDocument "I'm doing great today."`
+7. Type lines of text into `tsa-insert.sh` (end with ctrl-D)
+   - `tsa-verify.sh "<yourtexthere>"`
+     - If the text can not be found, it is because your insert transaction still isn't in the blockchain. Wait a bit and try again.
 11. Try the basic `explorer.sh`
 12. consider this crontab: @reboot bfa/network5445/start.sh
 13. Try out walker.pl