From 020f64b9a414cae6ec983635c6e81e63cfe42f27 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Mon, 29 May 2023 00:50:45 +0100 Subject: [PATCH] tiny typo (#739) --- gpt4all-bindings/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/typescript/README.md b/gpt4all-bindings/typescript/README.md index db802ea8..7221687f 100644 --- a/gpt4all-bindings/typescript/README.md +++ b/gpt4all-bindings/typescript/README.md @@ -29,7 +29,7 @@ cd gpt4all-bindings/typescript ``` - llama.cpp git submodule for gpt4all can be possibly absent. If this is the case, make sure to run in llama.cpp parent directory ```sh -git submodule update --init --depth 1 --recursive` +git submodule update --init --depth 1 --recursive ``` ### Test ```sh