Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
docs(readme): update live demo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 11, 2020
1 parent a6b1a6c commit 3697927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The syntax is kept fairly simple. Here's a basic example of some simple JavaScri
```tsx
import { SyntaxHighlighter } from '@favware/syntax-highlighter-react';

<SyntaxHighlighter theme="dark" language="javascript" content="import { SyntaxHighlighter } from @favware/syntax-highlighter-react" />
<SyntaxHighlighter theme="dark" language="javascript" content="import { SyntaxHighlighter } from @favware/syntax-highlighter-react" />;
```

# Supported Languages
Expand Down

1 comment on commit 3697927

@vercel
Copy link

@vercel vercel bot commented on 3697927 Jun 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.