Skip to content

Commit

Permalink
Merge pull request #5 from SethFalco/fetch-docs-2
Browse files Browse the repository at this point in the history
docs: update fetch docs
  • Loading branch information
otothea committed May 2, 2022
2 parents 1e131d3 + 220e84f commit 06896f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/variables/fetch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resolves the response from the url using a GET request.
To avoid hitting any rate limits against remote APIs, all responses are cached for 5 seconds.

Usage:
$(fetch ``<url>``)
$(fetch ``<url>`` ``[path]``)

Arguments:
* ``url`` **<required>** - The url to send the request to
Expand Down

0 comments on commit 06896f8

Please sign in to comment.