Skip to content

Commit

Permalink
Fix typos in walkthrough.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 23, 2018
1 parent fc1998d commit 690a54f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/walkthrough.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#doitlive shell: /bin/bash
#doitlive prompt: default
#doitlive speed: 1
#doitlive env: DOCS_URL=http://doitlive.readthdocs.io
#doitlive alias: edit="nano "
#doitlive env: DOCS_URL=https://doitlive.readthedocs.io
#doitlive commentecho: true

echo 'Hello there!'

Expand All @@ -21,6 +21,8 @@ doitlive themes -p

clear

# And now for something completely different

echo 'We can even enter a Python console'

```python
Expand Down

0 comments on commit 690a54f

Please sign in to comment.