diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-21 07:10:08 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-21 07:10:08 +0900 |
| commit | def7925873d6a3f1817a699aefd0550c0cbd7ea3 (patch) | |
| tree | ae195d564ae4e219130ee1fb1c67d2dfaaed2ed3 | |
| parent | 55ac140c256a833edc137b8f21fd9549ac68d46d (diff) | |
| parent | fd4db7e6dd18a2bcd994ac5480b9a1b352f1aa64 (diff) | |
| download | mruby-def7925873d6a3f1817a699aefd0550c0cbd7ea3.tar.gz mruby-def7925873d6a3f1817a699aefd0550c0cbd7ea3.zip | |
Merge pull request #4650 from take-cheeze/patch-5
Remove deprecated iij stuffs
| -rw-r--r-- | mrbgems/mruby-io/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md index 256fb8195..ccf56f970 100644 --- a/mrbgems/mruby-io/README.md +++ b/mrbgems/mruby-io/README.md @@ -1,7 +1,5 @@ mruby-io ======== -[](https://travis-ci.org/iij/mruby-io) - `IO` and `File` classes for mruby @@ -9,7 +7,7 @@ mruby-io Add the line below to your `build_config.rb`: ``` - conf.gem :github => 'iij/mruby-io' + conf.gem core: 'mruby-io' ``` ## Implemented methods |
