Skip to content

Commit 20fdca1

Browse files
authored
docs: remove unneeded comments
1 parent 9877f4e commit 20fdca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ OData accepts certain query parameters. The ones supported by this API are:
106106
- Example: `$skip=10`
107107
-->
108108

109-
When building an integration with any API, it's important to URL encode all query string parameters. the following characters do not need to be encoded: `A–Z a–z 0–9 - _ . ! ~ * ' ( )`.
109+
When building an integration with any API, it's important to encode all query string parameters.
110110

111111
### Performance Tips
112112
- Using `$select` to request only the parameters you need will decrease the amount of data needed to be transfer.

0 commit comments

Comments
 (0)