1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00

Add Readme

Original: be1eb62bdc
This commit is contained in:
Ryan Dahl 2018-11-07 14:28:47 -05:00
parent 77b1b40bd1
commit 9e3cde22d7

10
README.md Normal file
View file

@ -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.
```