summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-sleep
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-19 17:31:54 +0900
committerGitHub <[email protected]>2020-12-19 17:31:54 +0900
commit8f06789cb311f31c1ab3fca534a4ab660391db75 (patch)
tree1ef2de0ec2870b6955238ba56b77a434aa772ce6 /mrbgems/mruby-sleep
parentfcc9b7fc2a6d32bd055bbb35396f3af62165a1cb (diff)
parent97eed4493f62da83f81622f5045a5c0db3ef22d2 (diff)
downloadmruby-8f06789cb311f31c1ab3fca534a4ab660391db75.tar.gz
mruby-8f06789cb311f31c1ab3fca534a4ab660391db75.zip
Merge pull request #5232 from jbampton/lint-markdown
feat(CI): add a GitHub Action to lint the Markdown
Diffstat (limited to 'mrbgems/mruby-sleep')
-rw-r--r--mrbgems/mruby-sleep/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md
index 68aa2c6d3..0ccc7000f 100644
--- a/mrbgems/mruby-sleep/README.md
+++ b/mrbgems/mruby-sleep/README.md
@@ -1,7 +1,9 @@
# Sleep Module for mruby
+
mruby sleep module
## install by mrbgems
+
- add conf.gem line to your build configuration.
```ruby
@@ -21,8 +23,7 @@ usleep(10000)
```
# License
+
under the MIT License:
* https://www.opensource.org/licenses/mit-license.php
-
-