From f051f4c3a670a88e139b3d1ac9c80b14803d6923 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:09:08 +0100 Subject: [PATCH] docs(nit): fix small git command typo (#1092) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be609a63..3b52e8398 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The SDK bundle contains the following folders: during the build. - `src`: Sources of the Sentry SDK required for building. - `ndk`: Sources for the Android NDK JNI layer. -- `external`: These are vendored dependencies fetched via git submodules (use `git submodules update --init --recursive` if you use a git clone rather than a release). +- `external`: These are vendored dependencies fetched via git submodules (use `git submodule update --init --recursive` if you use a git clone rather than a release). ## Platform and Feature Support