summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-07 14:28:47 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-07 14:28:47 -0500
commit9e3cde22d798e4834ff8480d9a4debd7cc056585 (patch)
tree5e9df3ac068c6281fc585541b8147647eb306c95
parent77b1b40bd108c41938a2c639f80c7de83a8cf80f (diff)
Add Readme
Original: https://github.com/denoland/deno_std/commit/be1eb62bdc04c7af4f1f63b4b01b26c23d62f3c9
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..f27d51a8b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Deno Networking Libraries
+
+[![Build Status](https://travis-ci.com/denoland/net.svg?branch=master)](https://travis-ci.com/denoland/net)
+
+
+Usage:
+```typescript
+import { Reader } from "https://deno.land/x/net/bufio.ts";
+// TODO Example.
+```