Skip to content

Commit 3c4ca0b

Browse files
committed
header formatting
1 parent 45facee commit 3c4ca0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ $ npm install --save rapscallion
99
```
1010

1111
## Usage
12-
#In Node rendering server:
12+
# In Node rendering server:
1313
```javascript
1414
const ReactCC = require("reactcc");
1515

1616
// ...
1717
```
1818

19-
#In React app:
19+
# In React app:
2020
To cache a component, simply add a 'cache' property to it. To create a cache template, add both 'cache' and 'templatized'.
2121

2222
```javascript

0 commit comments

Comments
 (0)