summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoricm7216 <[email protected]>2018-12-12 00:54:15 +0900
committericm7216 <[email protected]>2018-12-12 00:54:15 +0900
commit59651f43ad30dc48e2872b950697562d4a14e62a (patch)
treec47e74db162b4800167ab2378742e22f4a9ef894
parent74c54022118578c65a7ad97a23bb68599986be65 (diff)
downloadmruby-59651f43ad30dc48e2872b950697562d4a14e62a.tar.gz
mruby-59651f43ad30dc48e2872b950697562d4a14e62a.zip
Specify the core library instead of the external library.
-rw-r--r--mrbgems/mruby-sleep/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md
index a4ecba7d7..7707cd040 100644
--- a/mrbgems/mruby-sleep/README.md
+++ b/mrbgems/mruby-sleep/README.md
@@ -8,7 +8,7 @@ MRuby::Build.new do |conf|
# ... (snip) ...
- conf.gem :git => 'https://github.com/matsumoto-r/mruby-sleep.git'
+ conf.gem :core => 'mruby-sleep'
end
```