Skip to content

Commit ec9b5ab

Browse files
committed
📚 Fix typo
1 parent 2b84886 commit ec9b5ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Progress indicators for command line Clojure apps, including support for indeter
1414

1515
To give the user of a command line app a visual progress indicator during long running processes.
1616

17-
Here it is in action (from the unit tests):
17+
Here it is in action (from the [demo script](https://github.com/pmonks/spinner/blob/dev/demo.clj):
18+
1819
<p align="center">
1920
<img alt="Spinner example screenshot" src="https://raw.githubusercontent.com/pmonks/spinner/dev/spinner-demo.gif"/>
2021
</p>
@@ -55,8 +56,6 @@ Doesn't work properly, for the same reason the `clj` command line doesn't work p
5556

5657
### Demo
5758

58-
From [`demo.clj`](https://github.com/pmonks/spinner/blob/dev/demo.clj):
59-
6059
```clojure
6160
;; Indeterminate Task (aka "spinner")
6261

0 commit comments

Comments
 (0)