Skip to content

Commit

Permalink
Merge pull request #137 from markjaquith/fix-namespace-cli-notify
Browse files Browse the repository at this point in the history
Fix incorrect namespace for cli\notify\xxx
  • Loading branch information
schlessera authored Sep 4, 2018
2 parents f99308f + 71f86e4 commit fe9c7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Function List
Progress Indicators
-------------------

* `cli\notifier\Dots($msg, $dots = 3, $interval = 100)`
* `cli\notifier\Spinner($msg, $interval = 100)`
* `cli\notify\Dots($msg, $dots = 3, $interval = 100)`
* `cli\notify\Spinner($msg, $interval = 100)`
* `cli\progress\Bar($msg, $total, $interval = 100)`

Tabular Display
Expand Down

0 comments on commit fe9c7c4

Please sign in to comment.