Skip to content

Commit 0d48324

Browse files
authored
Update README.md
1 parent f3ba4b7 commit 0d48324

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ services
297297

298298
CollectionFormat | Data
299299
---|---
300-
[PathQuery(CollectionFormat = CollectionFormat.Csv)] | id=001,002
301-
[PathQuery(CollectionFormat = CollectionFormat.Ssv)] | id=001 002
302-
[PathQuery(CollectionFormat = CollectionFormat.Tsv)] | id=001\002
303-
[PathQuery(CollectionFormat = CollectionFormat.Pipes)] | id=001|002
304-
[PathQuery(CollectionFormat = CollectionFormat.Multi)] | id=001&id=002
300+
[PathQuery(CollectionFormat = CollectionFormat.Csv)] | `id=001,002`
301+
[PathQuery(CollectionFormat = CollectionFormat.Ssv)] | `id=001 002`
302+
[PathQuery(CollectionFormat = CollectionFormat.Tsv)] | `id=001\002`
303+
[PathQuery(CollectionFormat = CollectionFormat.Pipes)] | `id=001|002`
304+
[PathQuery(CollectionFormat = CollectionFormat.Multi)] | `id=001&id=002`
305305

306306

307307

0 commit comments

Comments
 (0)