diff options
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 046717f8c..f821379de 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -112,7 +112,7 @@ information purpose: It is required for every GEM to have a license and an author! In case your GEM is depending on other GEMs please use -`spec.add_dependency(gem, requirements)` like: +`spec.add_dependency(gem, *requirements)` like: MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec| spec.license = 'MIT' |
