From 134b2eef1b09d45c796b785e47b24913ed074d81 Mon Sep 17 00:00:00 2001 From: Sophie Stadler Date: Thu, 11 Jan 2024 10:48:15 -0500 Subject: [PATCH] Remove errant backtick from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd3e5a696..74c38b2a8c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ well and you can refer to those before creating your own. - Create a symlink from the `schema` folder from Evergreen to Spruce using ```bash -ln -s /graphql/schema sdlschema` +ln -s /graphql/schema sdlschema ``` ### Using code generation