Skip to content

Commit

Permalink
Merge pull request #30 from anuragsoni/update-readme
Browse files Browse the repository at this point in the history
fix code sample in readme
  • Loading branch information
seliopou authored Apr 2, 2022
2 parents 6ca30b4 + 6ed7ca8 commit 388dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let handler request =
; "/hello/:who/", hello_handler
]
in
match DSL.dispatch routes request.path with
match dispatch routes request.path with
| Some handler -> handler request
| None -> "Not found!"
;;
Expand Down

0 comments on commit 388dfd1

Please sign in to comment.