Skip to content

Commit 031b803

Browse files
committed
Update README example
1 parent 517cf5f commit 031b803

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ models:
4141
controllers:
4242
Post:
4343
index:
44-
query: all:posts
44+
query: all
4545
render: post.index with:posts
4646

4747
store:
@@ -58,12 +58,13 @@ controllers:
5858
- [x] Migration
5959
- [x] Model
6060
- [x] Factory
61-
- [ ] Route
62-
- [ ] Controller
63-
- [ ] Form Request
64-
- [ ] Mailable
65-
- [ ] Job
66-
- [ ] View (stub)
61+
- [x] Route
62+
- [x] Controller
63+
- [x] Form Request
64+
- [x] Mailable
65+
- [x] Job
66+
- [x] Event
67+
- [x] View (stub)
6768
6869
6970
## Contributing

0 commit comments

Comments
 (0)