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.