Skip to content

Commit 6644f83

Browse files
committed
fix readme
1 parent 454e273 commit 6644f83

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# SYNOPSIS
22

3-
Push-Streams is a streams implementation based on this streams [spec][1]. There
3+
`push-stream` is a streams implementation based on this streams [spec][1]. There
44
is a minimal base-class that implements pipe and adds placeholders for typical
55
properties and methods that will be used in implementing the usual `Source`,
66
`Sync`, `Through` and `Duplex` streams.
77

8-
Pipe overloads the `|` operator to improve readability, ie you can do this...
8+
The base class overloads the `|` operator to improve readability, ie you can do
9+
this...
910

1011
```c++
1112
int main () {
@@ -20,7 +21,7 @@ This module is designed to work with the [`datcxx`][0] build tool. To add this
2021
module to your project us the following command...
2122

2223
```bash
23-
build add datcxx/sodium
24+
build add datcxx/push-stream
2425
```
2526

2627

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A push streams implementation",
44
"repository": {
55
"type": "git",
6-
"url": "git@github.com:datcxx/push-streams.git"
6+
"url": "git@github.com:datcxx/push-stream.git"
77
},
88
"devDependencies": {
99
"git@github.com:heapwolf/cxx-tap": "d373e4be"

0 commit comments

Comments
 (0)