Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek authored Jun 21, 2024
1 parent 98847d7 commit 5a0678b
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 @@ -172,7 +172,7 @@ func customerJson() builder.JsonBuildObjectBuilder {
// customerDefaultJson is generated by construct and is a JsonBuildObjectBuilder that can be further modified (immutable)
return customerDefaultJson.
// It's easy to set additional properties
Prop("ProjectCount", qrb.Count(project.ID))
Prop("ProjectCount", fn.Count(project.ID))
}
```

Expand Down

0 comments on commit 5a0678b

Please sign in to comment.