Skip to content

Commit eb350d9

Browse files
authored
Merge pull request #17 from schatekar/patch-1
Fixed markdown syntax
2 parents 29a7e3e + 8d5db8e commit eb350d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# node-data-transform
22

3-
##Usage
3+
## Usage
44

5-
###Basic Example
5+
### Basic Example
66

77
```javascript
88
var DataTransform = require("node-json-transform").DataTransform,
@@ -99,7 +99,7 @@ The expected output.
9999
```
100100

101101

102-
###Advanced Example
102+
### Advanced Example
103103

104104
```
105105
var map = {
@@ -195,7 +195,7 @@ The expected output.
195195
]
196196
```
197197

198-
###Multi-template Example
198+
### Multi-template Example
199199

200200
```
201201
var data = {

0 commit comments

Comments
 (0)