Skip to content

Commit e5b197c

Browse files
tylerthebuildoraweary
authored andcommitted
Update README.md to use jsx for syntax highlighting (facebook#7884)
Github now supports jsx syntax highlighting in their markdown documents. So I have updated the main README.md to use jsx instead of js.
1 parent 48ea2d4 commit e5b197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React is a JavaScript library for building user interfaces.
1212

1313
We have several examples [on the website](https://facebook.github.io/react/). Here is the first one to get you started:
1414

15-
```js
15+
```jsx
1616
class HelloMessage extends React.Component {
1717
render() {
1818
return <div>Hello {this.props.name}</div>;

0 commit comments

Comments
 (0)