aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1c9eae2..92d56c6 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,6 @@ Gradecoin is a undergraduate level cryptography simulation/game that masquerades
6The project is live at https://gradecoin.yigitsever.com. 6The project is live at https://gradecoin.yigitsever.com.
7 7
8```sh 8```sh
9# Test the project
10$ cargo test
11
12# Read the documentation 9# Read the documentation
13$ cargo doc --open 10$ cargo doc --open
14``` 11```