Skip to content

Commit

Permalink
Fix incorrect namespace for cli\notify\xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaquith authored Sep 4, 2018
1 parent f99308f commit 71f86e4
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 71f86e4

Please sign in to comment.