Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 1325915

Browse files
committed
Update readme
1 parent 4d68049 commit 1325915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ All notable changes to this project will be documented in this file.
2323
[0.1.0]: https://github.com/wayscript/wayscript-python/compare/0.0.3...0.1.0
2424
[0.0.3]: https://github.com/wayscript/wayscript-python/compare/v0.0.2...0.0.3
2525
[0.0.2]: https://github.com/wayscript/wayscript-python/compare/0.0.1...v0.0.2
26-
[0.0.1]: https://github.com/wayscript/wayscript-python/releases/tag/0.0.1
26+
[0.0.1]: https://github.com/wayscript/wayscript-python/releases/tag/0.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install wayscript
2020

2121
2. If you have a [password-protected endpoint](https://docs.wayscript.com/library/triggers/http-trigger#password-protect-your-endpoints), obtain your API key or the credentials you would like to use.
2222

23-
3. If you have specified a [custom endpoint](https://docs.wayscript.com/library/triggers/http-trigger#endpoints), you will need the name of that endpoint as well.
23+
3. If you have specified a [custom endpoint](https://docs.wayscript.com/library/triggers/http-trigger#endpoints), you will need to pass the name of that endpoint in your api call.
2424

2525
4. If your HTTP Trigger takes [query parameters](https://docs.wayscript.com/library/triggers/http-trigger#request-query-parameters) and/or [JSON body parameters](https://docs.wayscript.com/library/triggers/http-trigger#request-json-body-parameters), you can pass those as a dictionary using the `params` and/or `data` arguments, respectively. (See [HTTP Trigger Outputs](https://docs.wayscript.com/library/triggers/http-trigger#outputs) for more information.)
2626

0 commit comments

Comments
 (0)