Skip to content

Commit

Permalink
docs(README): fix invalid syntax in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylo21 committed Dec 13, 2019
1 parent 8324b36 commit 843e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import 'termy-the-terminal/dist/index.css';
import exampleFileSystem from './data/exampleFileSystem';

ReactDOM.render(
<Terminal fileSystem={exampleFileSystem} inputPrompt={'$>'} />,
<Terminal fileSystem={exampleFileSystem} inputPrompt="$>" />,
document.getElementById('terminal-container'),
);
```
Expand Down

0 comments on commit 843e22d

Please sign in to comment.