diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-10-29 23:17:06 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-10-29 23:17:06 +0100 |
commit | 9e0e8506e0ba19ac1c2350af466a21a5bd4ea06d (patch) | |
tree | 48d4944c51d341605c6dd341721d4a487a7b6b22 | |
parent | 8c308c2bf7f658945d80be9d5880361238635f5b (diff) | |
download | PeerTube-9e0e8506e0ba19ac1c2350af466a21a5bd4ea06d.tar.gz PeerTube-9e0e8506e0ba19ac1c2350af466a21a5bd4ea06d.tar.zst PeerTube-9e0e8506e0ba19ac1c2350af466a21a5bd4ea06d.zip |
Typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ Prototype of a decentralized video streaming platform using P2P (bittorent) dire | |||
50 | $ npm install | 50 | $ npm install |
51 | $ npm start | 51 | $ npm start |
52 | 52 | ||
53 | ### Test with many 3 fresh nodes | 53 | ### Test with 3 fresh nodes |
54 | $ scripts/clean_test.sh | 54 | $ scripts/clean_test.sh |
55 | $ scripts/run_servers.sh | 55 | $ scripts/run_servers.sh |
56 | 56 | ||