RobinLinus 4 anos atrás
pai
commit
694d7bddca
2 arquivos alterados com 14 adições e 14 exclusões
  1. 3 14
      README.md
  2. 11 0
      docs/faq.md

+ 3 - 14
README.md

@@ -5,16 +5,15 @@
 
 #### Snapdrop is built with the following awesome technologies:
 * Vanilla HTML5 / ES6 / CSS3  
-* Progressive Web App
+* [Progressive Web App](https://de.wikipedia.org/wiki/Progressive_Web_App)
 * [WebRTC](http://webrtc.org/)
 * [WebSockets](http://www.websocket.org/)
 * [NodeJS](https://nodejs.org/en/)
-* [Material Design](https://material.google.com/)
 
 
-> Have any questions? You can read our [FAQ](/docs/faq.md)
+> Have any questions? You can read our [FAQ](/docs/faq.md).
 
-> If you want to self-host your own instance, [you can with docker.](/docs/local-dev.md)
+> If you want to self-host your own instance, [you can with docker](/docs/local-dev.md).
 
 
 ## Support the Snapdrop Community
@@ -32,13 +31,3 @@ Thanks a lot for supporting free and open software!
 
 
 
-
-
-## Apps
-1. [Snapdrop PWA](/docs/faq.md) <!-- Don't know how to do a direct link -->
-
- 1. [Snapdrop Desktop App](https://github.com/infin1tyy/snapdrop-desktop) built on top of Electron. (Thanks to [Infin1tyy!](https://github.com/infin1tyy/)).
-
- 1. Feel free to make one :)
-
-

+ 11 - 0
docs/faq.md

@@ -32,4 +32,15 @@ We are not trying to optimize for some edge-cases. We are optimizing the user fl
 * Fix bugs and make a pull request. 
 * Do security analysis and suggestions
 
+
+
+## Apps
+1. [Snapdrop PWA](/docs/faq.md) <!-- Don't know how to do a direct link -->
+
+1. [Snapdrop Desktop App](https://github.com/infin1tyy/snapdrop-desktop) built on top of Electron. (Thanks to [Infin1tyy!](https://github.com/infin1tyy/)).
+
+1. Feel free to make one :)
+
+
+
 [< Back](/README.md)