aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--support/doc/development/client/code.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 956403552..4d9cc298f 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,8 @@ Want to see it in action?
71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) 71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
72 to see what the "decentralization feature" looks like 72 to see what the "decentralization feature" looks like
73 73
74*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.*
75
74## Why 76## Why
75 77
76We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, 78We can't build a FOSS video streaming alternatives to YouTube, Dailymotion,
diff --git a/support/doc/development/client/code.md b/support/doc/development/client/code.md
index f84c7b998..e1d809763 100644
--- a/support/doc/development/client/code.md
+++ b/support/doc/development/client/code.md
@@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui
60 60
61## Components tree 61## Components tree
62 62
63![Components tree](/support/doc/client/development/components-tree.png) 63![Components tree](/support/doc/development/client/components-tree.png)
64 64
65## Newcomers 65## Newcomers
66 66