Skip to content

Commit e7b0f8f

Browse files
committed
Document current SDK installation and stable API contract selection
1 parent 9f8d53d commit e7b0f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get a key at [parseapi.com](https://parseapi.com). `Client::from_env()` reads `P
1717

1818
## API versions
1919

20-
Version 2.0.0 sends `Parse-Version: 2.0.0` on every request, including retries. Its response types match API `2.0.0`, and the client selects that contract automatically. No extra constructor setting or key change is needed. This behavior requires the matching API request-version release.
20+
This SDK sends `Parse-Version: 2.0.0` on every request, including retries. Its response types match API `2.0.0`, and the client selects that contract automatically. No extra constructor setting or key change is needed. This behavior requires the matching API request-version release.
2121

2222
The team setting in [Dashboard API version](https://parseapi.com/dashboard/versions) is the default for requests without a version header. This SDK's header takes precedence without changing that saved default. Existing published packages keep their documented behavior.
2323

0 commit comments

Comments
 (0)