commit 836d2fbf7673ca8213c4339a5cd8ccc844cc64de parent 85ec77b0c4127ea3a3ee9ff6701374ec8c609f19 Author: RobinLinus <RobinLinus@users.noreply.github.com> Date: Fri, 31 Jan 2020 09:33:46 +0100 Update README.md Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -35,7 +35,7 @@ Thanks a lot for supporting free and open software! It uses a P2P connection if WebRTC is supported by the browser. (WebRTC needs a Signaling Server, but it is only used to establish a connection and is not involved in the file transfer). ##### What about privacy? Will files be saved on third-party-servers? -None of your files are ever sent to any server. Only between peers. Snapdrop doesn't even use a database. If you are curious have a look [at the Server](https://github.com/RobinLinus/snapdrop/blob/master/server/). +None of your files are ever sent to any server. Files are sent only between peers. Snapdrop doesn't even use a database. If you are curious have a look [at the Server](https://github.com/RobinLinus/snapdrop/blob/master/server/). ##### Is SnapDrop a fork of ShareDrop? No. ShareDrop is built with Ember. Snapdrop is built with vanilla ES6.