diff options
author | Rob Waller <rdwaller1984@gmail.com> | 2020-08-26 17:45:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 18:45:03 +0200 |
commit | 765235341b6075bcf64d8ebcdb61e350d251514d (patch) | |
tree | ceed251ac75e25c322b27f78cc23507ff1f33e68 /docs/examples.md | |
parent | 563482393b6f345463818fbf52464622151cf14b (diff) |
docs: add fetch and read/write examples (#7186)
Diffstat (limited to 'docs/examples.md')
-rw-r--r-- | docs/examples.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md index 5a323b345..d6a30390d 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -8,6 +8,8 @@ more about the runtime. - [Hello World](./examples/hello_world) - [Import and Export Modules](./examples/import_export) - [How to Manage Dependencies](./examples/manage_dependencies) +- [Fetch Data](./examples/fetch_data) +- [Read and Write Files](./examples/read_write_files) ## Advanced |