From d91c71dab41869d9322bfd521deffa387559ef17 Mon Sep 17 00:00:00 2001 From: Technion Date: Fri, 2 Jan 2015 07:54:25 +0000 Subject: [PATCH] Fix invalid filename in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aed2e790..9b7b3c3e3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ You can `require` it in your manifest: Alternatively, you can include it directly as a separate script tag: ```erb -# app/views/layouts/application.erb.html +# app/views/layouts/application.html.erb <%= javascript_include_tag "react" %> ```