Skip to content

Commit

Permalink
Update PPX syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaramin committed Jan 28, 2025
1 parent 82934a9 commit dd6eac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ parameters:

```ocaml
module Path = struct
let page = [%path "/"]
let todos = [%path "/todos"]
let todo = [%path "/todos/%d"]
let%path page = "/"
let%path todos = "/todos"
let%path todo = "/todos/%d"
end
```

Expand Down

0 comments on commit dd6eac0

Please sign in to comment.