Skip to content

Commit b1d3326

Browse files
authored
Update README.md
1 parent e217b02 commit b1d3326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The code below uses that server to setup a connection and communicate over webso
2121

2222
#Awesome-project:
2323

24-
~~~~~
24+
~~~js
2525
import React, { Component } from 'react';
2626
import {
2727
AppRegistry,
@@ -109,11 +109,11 @@ const styles = StyleSheet.create({
109109
margin: 10,
110110
},
111111
instructions: {
112-
textAlign: 'center',
112+
  textAlign: 'center',
113113
color: '#333333',
114114
marginBottom: 5,
115115
},
116116
});
117117

118118
AppRegistry.registerComponent('AwesomeProject', () => AwesomeProject);
119-
~~~~~~
119+
~~~

0 commit comments

Comments
 (0)