summaryrefslogtreecommitdiff
path: root/std/examples/README.md
diff options
context:
space:
mode:
authorRory Hart <hartror@gmail.com>2019-10-22 01:36:01 +1100
committerRy Dahl <ry@tinyclouds.org>2019-10-21 10:36:01 -0400
commit27cd2c97f18c0392bc04c66b786717b2bc677315 (patch)
tree6aa6a42b696fa2c2592fa639fa6b07c005b2413b /std/examples/README.md
parent4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (diff)
curl.ts example with reference in manual (#3161)
Diffstat (limited to 'std/examples/README.md')
-rw-r--r--std/examples/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/std/examples/README.md b/std/examples/README.md
index e6102a843..14f101244 100644
--- a/std/examples/README.md
+++ b/std/examples/README.md
@@ -37,6 +37,12 @@ catj file1.json file2.json
echo example.json | catj -
```
+### curl - print the contents of a url to standard output
+
+```shell
+deno --allow-net=deno.land https://deno.land/std/examples/curl.ts https://deno.land/
+```
+
### gist - easily create and upload Gists
```