Skip to content

Commit

Permalink
Merge pull request #2 from jaysonesmith/patch-2
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
briandowns authored Feb 24, 2019
2 parents d80324f + 5d50a72 commit 6c2b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libspinner

libspinner is a C library that provides terminal spinners and progress indicators to display in the terminal. This is a port of the Go library [here](github.com/briandowns/spinner).
libspinner is a C library that provides terminal spinners and progress indicators to display in the terminal. This is a port of the Go library [here](https://github.com/briandowns/spinner).

*NOTE*: Be sure to call `spinner_stop(s)` in any signal handlers so the underlying pthread doesn't leak.

Expand Down

0 comments on commit 6c2b18a

Please sign in to comment.