From 2946191ea417ed214f4dc67221d580be52528fae Mon Sep 17 00:00:00 2001 From: Szymon Nowak Date: Mon, 24 Mar 2014 10:59:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4976f7..3384e34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![ShareDrop](https://www.sharedrop.io/images/a2781750.sharedrop.svg) -ShareDrop is HTML5 clone of Apple [AirDrop](http://support.apple.com/kb/ht4783) that uses [WebRTC](http://www.webrtc.org) for secure peer-to-peer file transfer. It uses [Firebase](https://www.firebase.com) for presence management and WebRTC signaling. Files are transferred directly between users - they don't go through any server, so you don't have to upload them anywhere first. +ShareDrop is HTML5 clone of Apple [AirDrop](http://support.apple.com/kb/ht4783) service. It allows you to transfer files directly between devices, without having to upload them to any server first. It uses [WebRTC](http://www.webrtc.org) for secure peer-to-peer file transfer and [Firebase](https://www.firebase.com) for presence management and WebRTC signaling. At the moment ShareDrop allows you to send files only to other devices in the same local network, i.e. devices with the same public IP address.