From 91b0d0dd0dc201d6d2bf20ef64c39d6ee2310b3b Mon Sep 17 00:00:00 2001 From: Emmanuel Cagadas Date: Wed, 20 Sep 2017 10:49:36 +0800 Subject: [PATCH] Fix readme typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e429bd1..7f12cf0f 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ Run `bower install jquery-ujs --save` to install the jquery-ujs package. Usage ------------ -Require both `jquery` and `jquery-ujs` into your application.js manifest. +Require both `jquery` and `jquery_ujs` into your application.js manifest. ```javascript //= require jquery -//= require jquery-ujs +//= require jquery_ujs ``` How to run tests