aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYigit Sever2024-05-18 00:36:03 +0300
committerGitHub2024-05-18 00:36:03 +0300
commit3ccea009341e9919dd2678d2ce0afd0d58ccda84 (patch)
tree6935180d1e48601754337ec468ebca8bb02901c8 /README.md
parent501b8ca53660ebd2008c7c39d6f665315f4c041a (diff)
downloadgradecoin-main.tar.gz
gradecoin-main.tar.bz2
gradecoin-main.zip
Update README.mdHEADmain
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```