Skip to content

Commit 08b1d5f

Browse files
committed
Update README.md
1 parent fd0b436 commit 08b1d5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ to your python scripts folder. This folder should be on your path (add it if it'
2828
<p>this is how you use it in python</p>
2929

3030
##examples
31-
<pre>scatter -f data/texas.txt --pch .</pre>
31+
<pre>$ scatter -f data/texas.txt --pch .</pre>
3232
insert picture of output here
3333

3434

35-
<pre>hist data/exp.txt</pre>
35+
<pre>$ hist data/exp.txt</pre>
3636
insert picture of output here
3737

3838

39-
<pre>scatter -x data/x_test.txt -y data/y_test.txt</pre>
39+
<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
4040
insert picture of output here
41-
<pre>scatter -f data/lower48.txt -s 40 --pch .</pre>
41+
<pre>$ scatter -f data/lower48.txt -s 40 --pch .</pre>
4242
insert picture of output here
4343

4444
##todo

0 commit comments

Comments
 (0)