Skip to content

Commit 439ef85

Browse files
authored
Merge pull request #29 from coderaiser/patch-1
docs: readme: fixed not valid js
2 parents 0fb87a8 + f742bea commit 439ef85

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
@@ -57,7 +57,7 @@ it('test', () => {
5757
return doSomething()
5858
.then(doSomething)
5959
.then(doSomething)
60-
}
60+
})
6161
```
6262

6363
Gets converted to:

0 commit comments

Comments
 (0)