summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 35887bf..8f77953 100644
--- a/README.md
+++ b/README.md
@@ -12,15 +12,7 @@ Install with rubygems
$ gem install yard-mruby
-Configure your project's `.yardopts`
-
-```
---plugin mruby
-mrblib/**/*.rb
-src/**/*.c
-```
-
-And execute `yardoc` to generate the docs
+And execute `mrbdoc` to generate the docs
## Development