diff --git a/README.md b/README.md new file mode 100644 index 0000000000..f27d51a8bf --- /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. +```