From 2fdc5773bdbc8cbcfaf928c586f9e357eb1a3f62 Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 26 Mar 2020 16:53:43 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99142b16..c1857186 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,9 @@ mkdir -p data ./tinysql-server --store=tikv --path="127.0.0.1:2379" ``` -## Documentation(I) +## Documentation -[Course material] https://docs.google.com/document/d/1Z3OrUOq28a44UaipQiagwfM_py6gS9nLz-znk6jtMpU/edit# is in google doc now. It will be moved to github once polish finsihed. +[Course material](https://docs.google.com/document/d/1Z3OrUOq28a44UaipQiagwfM_py6gS9nLz-znk6jtMpU/edit#) is in google doc now. It will be moved to github once polish finsihed. This repo contains a single module: tinykv. Each package is documented either in a doc.go file or, if it is a single file package, in the single file. - -See [doc.go](doc.go) for top-level documentation.