Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tagliala committed Sep 14, 2019
1 parent a890f4d commit 6ce32ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ yarn add @client-side-validations/client-side-validations
Then add the following line to your `app/javascript/packs/application.js` pack:

```js
# If you are using `import` syntax
// If you are using `import` syntax
import '@client-side-validations/client-side-validations'

# If you are using `require` syntax
// If you are using `require` syntax
require('@client-side-validations/client-side-validations')
```

Expand Down

0 comments on commit 6ce32ad

Please sign in to comment.