Skip to content

Commit 6f057ea

Browse files
committed
WIP
1 parent 6de98f6 commit 6f057ea

File tree

5 files changed

+478
-484
lines changed

5 files changed

+478
-484
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
# turbo-net
1+
# Net
22

33
Low level TCP library for Node.js
44

5-
```
6-
npm install turbo-net
7-
```
8-
9-
[![build status](https://travis-ci.org/mafintosh/turbo-net.svg?branch=master)](https://travis-ci.org/mafintosh/turbo-net)
10-
[![Build status](https://ci.appveyor.com/api/projects/status/1rbh090naan36163/branch/master?svg=true)](https://ci.appveyor.com/project/mafintosh/turbo-net/branch/master)
5+
`npm i @foxify/net`
116

127
## Usage
138

149
``` js
15-
const turbo = require('turbo-net')
10+
const turbo = require('@foxify/net')
1611

1712
// Echo server that allocates constant memory
1813

0 commit comments

Comments
 (0)