From a1b418d3c7f825b51339897fc39fbedc218d4336 Mon Sep 17 00:00:00 2001
From: Chris Wilson
Date: Sun, 19 Apr 2015 19:33:42 +0800
Subject: [PATCH 1/2] Fix logo link in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cbb6fab..85dc674 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# 
+# 
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.
From 8c694b4772dbcc44ba1c94c5cb458e398abd6736 Mon Sep 17 00:00:00 2001
From: Chris Wilson
Date: Sun, 19 Apr 2015 19:40:19 +0800
Subject: [PATCH 2/2] Set room-url input to readonly
---
app/templates/about-room.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;"}}