diff options
Diffstat (limited to 'mrbgems/mruby-sleep')
| -rw-r--r-- | mrbgems/mruby-sleep/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md index cddae7c13..ed9c2730a 100644 --- a/mrbgems/mruby-sleep/README.md +++ b/mrbgems/mruby-sleep/README.md @@ -2,9 +2,9 @@ mruby sleep module -## install by mrbgems +## Install by mrbgems -- add `conf.gem` line to your build configuration. +* add `conf.gem` line to your build configuration. ```ruby MRuby::Build.new do |conf| @@ -15,7 +15,7 @@ MRuby::Build.new do |conf| end ``` -## example +## Example ```ruby sleep(10) @@ -26,4 +26,4 @@ usleep(10000) under the MIT License: -* https://www.opensource.org/licenses/mit-license.php +* <https://www.opensource.org/licenses/mit-license.php> |
