Skip to content

Commit fe9c7c4

Browse files
authored
Merge pull request #137 from markjaquith/fix-namespace-cli-notify
Fix incorrect namespace for cli\notify\xxx
2 parents f99308f + 71f86e4 commit fe9c7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Function List
2828
Progress Indicators
2929
-------------------
3030

31-
* `cli\notifier\Dots($msg, $dots = 3, $interval = 100)`
32-
* `cli\notifier\Spinner($msg, $interval = 100)`
31+
* `cli\notify\Dots($msg, $dots = 3, $interval = 100)`
32+
* `cli\notify\Spinner($msg, $interval = 100)`
3333
* `cli\progress\Bar($msg, $total, $interval = 100)`
3434

3535
Tabular Display

0 commit comments

Comments
 (0)