Skip to content

Commit b1426ff

Browse files
committed
point to Readme file, (Case sensitive)
1 parent d6a0016 commit b1426ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/policy_manager/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def allow_admins
1515
def doc
1616
require "redcarpet"
1717
@markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true, fenced_code_blocks: true)
18-
lines = File.open( PolicyManager::Engine.root.join("Readme.md")).readlines
18+
lines = File.open( PolicyManager::Engine.root.join("README.md")).readlines
1919
@html = @markdown.render(lines.join(""))
2020
render "policy_manager/doc"
2121
#render inline: html, layout: "policy_manager/application"

0 commit comments

Comments
 (0)