Skip to content

Commit 7b16070

Browse files
committed
Update Rakefile for README.md
1 parent 1972a3a commit 7b16070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
1010
end
1111

1212
YARD::Rake::YardocTask.new(:doc) do |t|
13-
t.files = %w(README.rdoc lib) # optional
13+
t.files = %w(README.md lib) # optional
1414
end
1515

1616
RuboCop::RakeTask.new(:cop)

0 commit comments

Comments
 (0)