From e63eb9b39b4b3467e1545bf211ce464b22a7516d Mon Sep 17 00:00:00 2001 From: atlnguyen Date: Thu, 30 May 2024 10:51:31 +0700 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9867f11..0d27e9c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ It's a great way to learn. * [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/) * [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dineshgowda.com/posts/build-your-own-persistent-kv-store/) * [**Rust**: _Build your own Redis client and server_](https://tokio.rs/tokio/tutorial/setup) -* [**Scala**: _Build your own SQL query planner_](https://github.com/tuannh982/query-planner-guide) +* [**Scala**: _Build your own SQL query planner from Scratch_](https://github.com/tuannh982/query-planner-guide) #### Build your own `Docker`