Skip to content

Commit 5563c60

Browse files
authored
docs: Fix annotation example
1 parent cf9b73d commit 5563c60

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
@@ -159,7 +159,7 @@ class AsyncApiConfiguration {
159159
value = "/rooms/{roomId}",
160160
parameters = [
161161
Parameter(
162-
value = "parameter",
162+
value = "roomId",
163163
schema = Schema(
164164
type = "string",
165165
examples = ["53307860c3599d1de448e19d"]

0 commit comments

Comments
 (0)