From 13c8193d97e992cf5fce29d1c052695deda24f66 Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Mon, 6 May 2019 15:33:52 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba0c829..0d8de79 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # p2pfs -[![Build Status](https://travis-ci.com/RyanWangGit/p2pfs.svg?token=6D8zTzZr7SPui6PzhT2a&branch=master)](https://travis-ci.com/RyanWangGit/p2pfs) [![codecov](https://codecov.io/gh/RyanWangGit/p2pfs/branch/master/graph/badge.svg?token=EDGIegqh8K)](https://codecov.io/gh/RyanWangGit/p2pfs) +[![Build Status](https://travis-ci.com/yxwangcs/p2pfs.svg?token=6D8zTzZr7SPui6PzhT2a&branch=master)](https://travis-ci.com/yxwangcs/p2pfs) [![codecov](https://codecov.io/gh/yxwangcs/p2pfs/branch/master/graph/badge.svg?token=EDGIegqh8K)](https://codecov.io/gh/yxwangcs/p2pfs)

- +

File System based on P2P. @@ -109,3 +109,6 @@ Peer reads the chunk of the file and sends it back. * `PEER_PING_PONG` Peer sends back the exact message. + +## License +[MIT](https://github.com/yxwangcs/p2pfs/blob/master/LICENSE).