Skip to content

Commit f00d40d

Browse files
committed
Document
1 parent b1c265d commit f00d40d

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

packages/client/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
# Codestar Streams Client
1+
# Streams Client
22

33
[![travis build](https://img.shields.io/travis/code-star/streams.svg?style=flat-square)](https://travis-ci.org/code-star/streams)
44
[![version](https://img.shields.io/npm/v/streams-client.svg?style=flat-square)](http://npm.im/streams-client)
55
[![downloads](https://img.shields.io/npm/dm/streams-client.svg?style=flat-square)](http://npm-stat.com/charts.html?package=streams-client&from=2018-10-13)
66
[![MIT License](https://img.shields.io/npm/l/streams-client.svg?style=flat-square)](http://opensource.org/licenses/MIT)
77

8-
> Codestar Streams Client implements a React Client
8+
> Streams Client implements a React Client
99
1010
## Scripts
1111

1212
- `npm start` starts the webpack-dev-server on the given port
13-
14-
## URL
15-
- https://code-star.github.io/streams/
16-
- https://streams.codestar.nl/
17-
18-
## License
19-
20-
[MIT](./LICENSE) © [CODE.STΛR](https://github.com/code-star)

packages/server/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# Codestar Streams Server
1+
# Streams Server
22

33
[![travis build](https://img.shields.io/travis/code-star/streams.svg?style=flat-square)](https://travis-ci.org/code-star/streams)
44
[![version](https://img.shields.io/npm/v/streams-server.svg?style=flat-square)](http://npm.im/streams-server)
55
[![downloads](https://img.shields.io/npm/dm/streams-server.svg?style=flat-square)](http://npm-stat.com/charts.html?package=streams-server&from=2018-10-13)
66
[![MIT License](https://img.shields.io/npm/l/streams-server.svg?style=flat-square)](http://opensource.org/licenses/MIT)
77

8-
> Codestar Streams Server implements an Express Server
8+
> Streams Server implements an Express Server
99
1010
## Scripts
1111

12-
- `npm start` starts the express server on the given port
13-
14-
## License
15-
16-
[MIT](./LICENSE) © [CODE.STΛR](https://github.com/code-star)
12+
- `npm start:local` starts the express server on the given port

0 commit comments

Comments
 (0)