From 0f699cac85f3c2ca9d17759f6be96a96bc52cf6e Mon Sep 17 00:00:00 2001 From: Aurash Behbahani Date: Thu, 13 Jun 2024 14:59:09 -0700 Subject: [PATCH] Fix a typo in Readme.md (#42) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e63bde..0448660 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cargo add spiceai ### Usage with locally running [spice runtime](https://github.com/spiceai/spiceai) -Follow the [quiqstart guide](https://github.com/spiceai/spiceai?tab=readme-ov-file#%EF%B8%8F-quickstart-local-machine) to install and run spice locally +Follow the [quickstart guide](https://github.com/spiceai/spiceai?tab=readme-ov-file#%EF%B8%8F-quickstart-local-machine) to install and run spice locally ```rust use spiceai::ClientBuilder;