diff --git a/README.md b/README.md index cbb6fab..85dc674 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![ShareDrop](https://www.sharedrop.io/images/a2781750.sharedrop.svg) +# ![ShareDrop](https://www.sharedrop.io/assets/images/sharedrop.svg) 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. diff --git a/app/templates/about-room.hbs b/app/templates/about-room.hbs index fa240ca..b806409 100644 --- a/app/templates/about-room.hbs +++ b/app/templates/about-room.hbs @@ -7,7 +7,7 @@

- {{room-url value=controller.currentUrl disabled="disabled" style="display: block; margin: auto;"}} + {{room-url value=controller.currentUrl readonly="readonly" style="display: block; margin: auto;"}}