mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
Add Readme
This commit is contained in:
parent
7117998ab8
commit
be1eb62bdc
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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.
|
||||||
|
```
|
Loading…
Reference in a new issue