Skip to content

Commit 8290118

Browse files
committed
Improved README.md
1 parent 47922a2 commit 8290118

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# FileSync
44

5-
*"Send files from one device to many in real-time"*
5+
*Send files from one device to many in real-time*
66

77
<img width="100" src="src/assets/icon.png">
88

@@ -11,20 +11,22 @@
1111

1212
[![FileSync](https://img.shields.io/badge/Website-736e9b?style=for-the-badge)](https://filesync.app)
1313

14-
[![License: MIT](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](LICENSE)
14+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE)
1515

1616
<br>
1717

1818
FileSync.app is a file sharing web application that allows users to transfer files between multiple devices with end-to-end encryption.
1919

20-
No account creation or signups are required. It enables both one-to-one and many-to-many file transfers, works across various networks and devices, and requires no app installation.
21-
2220
<br>
2321

2422
![FileSync](src/assets/filesync.png)
2523

2624
</div>
2725

26+
## Easy to use
27+
28+
No account creation or signups are required. It enables both one-to-one and many-to-many file transfers, works across various networks and devices, and requires no app installation.
29+
2830
## Under the hood
2931

3032
FileSync uses [PeerJS](https://github.com/peers/peerjs) (a WebRTC wrapper) to transfer files between multiple devices. Files shared are peer-to-peer, which means there is a direct file transfer between the sender and receiver without any intermediate server. Your files remain private and secure throughout the entire transfer process.

0 commit comments

Comments
 (0)