From adcbf999010289e46c041aecc9af5c734c6de25e Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Thu, 21 Apr 2022 16:03:02 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fbe4b3..58d516e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # p2pfs -[![Github Actions](https://github.com/yxwangcs/p2pfs/workflows/build/badge.svg)](https://github.com/yxwangcs/p2pfs/actions?workflow=build) [![codecov](https://codecov.io/gh/yxwangcs/p2pfs/branch/master/graph/badge.svg?token=EDGIegqh8K)](https://codecov.io/gh/yxwangcs/p2pfs) +[![Github Actions](https://github.com/yuxincs/p2pfs/workflows/build/badge.svg)](https://github.com/yuxincs/p2pfs/actions?workflow=build) [![codecov](https://codecov.io/gh/yuxincs/p2pfs/branch/master/graph/badge.svg?token=EDGIegqh8K)](https://codecov.io/gh/yuxincs/p2pfs)

- +

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