summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-sleep/README.md
diff options
context:
space:
mode:
authoricm7216 <[email protected]>2018-12-12 00:52:07 +0900
committericm7216 <[email protected]>2018-12-12 00:52:07 +0900
commit74c54022118578c65a7ad97a23bb68599986be65 (patch)
treeebf569704fb77f0a4c40c0c40a7faea7df502977 /mrbgems/mruby-sleep/README.md
parent730b9253321f422a1423f42c81b06dc5ba7fb546 (diff)
downloadmruby-74c54022118578c65a7ad97a23bb68599986be65.tar.gz
mruby-74c54022118578c65a7ad97a23bb68599986be65.zip
Sleep module is undefined. Remove module name.
Diffstat (limited to 'mrbgems/mruby-sleep/README.md')
-rw-r--r--mrbgems/mruby-sleep/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md
index 4543c49cf..a4ecba7d7 100644
--- a/mrbgems/mruby-sleep/README.md
+++ b/mrbgems/mruby-sleep/README.md
@@ -15,8 +15,8 @@ end
## example
```ruby
-Sleep::sleep(10)
-Sleep::usleep(10000)
+sleep(10)
+usleep(10000)
```
# License