summaryrefslogtreecommitdiff
path: root/docs/examples.md
diff options
context:
space:
mode:
authorRob Waller <rdwaller1984@gmail.com>2020-08-26 17:45:03 +0100
committerGitHub <noreply@github.com>2020-08-26 18:45:03 +0200
commit765235341b6075bcf64d8ebcdb61e350d251514d (patch)
treeceed251ac75e25c322b27f78cc23507ff1f33e68 /docs/examples.md
parent563482393b6f345463818fbf52464622151cf14b (diff)
docs: add fetch and read/write examples (#7186)
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md2
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