Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit a78e160

Browse files
author
vdemedes
committed
missed syntax-highlighting for one example in Readme
1 parent 29c5439 commit a78e160

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
@@ -67,7 +67,7 @@ var posts = yield Post.all();
6767

6868
Always returns an array.
6969

70-
```
70+
```javascript
7171
var posts;
7272

7373
posts = yield Post.find(); // same as .all()

0 commit comments

Comments
 (0)