summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1309e63..54e06bd 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ cli.cli_arguments # [ 'file1', 'file2', 'file3' ]
All documentation is written using YARD. You can generate a by running:
```
-rake yard
+rake docs
```
## Contributing
diff --git a/Rakefile b/Rakefile
index 3508f98..1baff27 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ end
begin
require "yard"
- YARD::Rake::YardocTask.new(:doc)
+ YARD::Rake::YardocTask.new(:docs)
rescue LoadError
puts "yard is not available. bundle install first to make sure all dependencies are installed."
end