Skip to content

Commit

Permalink
Merge pull request #4 from rgbkrk/patch-1
Browse files Browse the repository at this point in the history
match style path with v6
  • Loading branch information
conorhastings committed Jan 4, 2018
2 parents 9beac83 + ae3b008 commit 9a166ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ npm install react-syntax-highlighter-virtualized-renderer --save
```js
import SyntaxHighlighter from 'react-syntax-highlighter';
import virtualizedRenderer from 'react-syntax-highlighter-virtualized-renderer';
import { docco } from 'react-syntax-highlighter/dist/styles';
import { docco } from 'react-syntax-highlighter/styles/hljs';
const Component = () => {
const codeString = '(num) => num + 1';
return (
Expand Down

0 comments on commit 9a166ec

Please sign in to comment.