diff --git a/README.md b/README.md index 83e7ae0..2c4f8e9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ window.customElements.define('react-comment', ReactComment) To include a comment in your JSX or React component, simply include the `` tag with the comment-text as content and import reactComment.js. ### Import -``` +```javascript import 'reactComponent' ```