From f1ed6c0e45f2af51afa0be10df329fc5578c4cae Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:48:50 +0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c1016c..c6d8b04 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,11 @@ This project aims to create a peer to peer (p2p) network, where a user can use t make install ``` - If you look closely you will get outputs such as: - - // Add them to your .bashrc file - export P2PRC=//p2p-rendering-computation - export PATH=//p2p-rendering-computation:${PATH} - + ``` + // Add them to your .bashrc file + export P2PRC=//p2p-rendering-computation + export PATH=//p2p-rendering-computation:${PATH} + ``` 5. Test if it works ```