From ff99574f8d96469f2774ff7c199102c2d77f1d00 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Thu, 18 Jul 2024 10:51:16 -0400 Subject: [PATCH] Fixed Typo git submoudle update becomes git submodule update ``` git: 'submoudle' is not a git command. See 'git --help'. The most similar command is submodule ``` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fb63b7a..29cedb50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### quick start ``` git submodule init -git submoudle update +git submodule update yarn @@ -20,4 +20,4 @@ cd ../.. # do this for the packages that requires sdk npm link @drift-labs/sdk -``` \ No newline at end of file +```