Skip to content

Commit 803c151

Browse files
authored
docs: fix code example in README (#683)
1 parent d97ff7d commit 803c151

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
@@ -1227,7 +1227,7 @@ abstract class AbstractControllerTemplate {
12271227
@Post()
12281228
public create() {}
12291229

1230-
@Read()
1230+
@Get()
12311231
public read() {}
12321232

12331233
@Put()

0 commit comments

Comments
 (0)