From 0f0dc955c94cb0388af16bc2f3579a8396c28573 Mon Sep 17 00:00:00 2001 From: Tyler Cloutier Date: Thu, 3 Aug 2023 14:30:52 +0200 Subject: [PATCH] Fix typo Signed-off-by: Tyler Cloutier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1fc9deb3..4c1da1c202 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ In summary there are only 4 steps to getting started with SpacetimeDB. 1. Install the `spacetime` CLI tool. 2. Start a SpacetimeDB standalone node with `spacetime start`. -3. Write and upload a module in our one our supported languages. +3. Write and upload a module in one of our supported module languages. 4. Connect to the database with one of our client libraries. You can see a summary of the supported languages below with a link to the getting started guide for each.