From 3bbae345420f513fc3ebcc6d11b22f5f427db20e Mon Sep 17 00:00:00 2001 From: Matt Walker <43502076+matteematt@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:16:04 +0000 Subject: [PATCH] docs: improve wording of readme quickstart example FUI-1711 (#87) * docs: embed the video in the readme FUI-1711 * docs: remove embed and fix working FUI-1711 * docs: slightly tweak working FUI-1711 * docs: fix capitilisation FUI-1711 --- README.md | 2 +- packages/core/custom-elements-lsp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2144cd5..1d97285 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Any editor/IDE configured as an LSP client using the instance of tsserver which ## Quickstart Example -**A simple setup in your project should take less than five minutes.** Follow along with a video [here](https://www.loom.com/share/3dfdb245cbfc4fc1a166df8b19c123a5?sid=c478ca86-f0ba-4cfe-af9d-7ee6d30e26c6) and look at [this example project](https://github.com/genesiscommunitysuccess/cep-setup-example) and see the [changeset required to enable the LSP](https://github.com/genesiscommunitysuccess/cep-setup-example/pull/2/files). +**Adding the LSP to your project takes less than 5 minutes.** Follow along with our [Setup Walkthrough Video](https://www.loom.com/share/3dfdb245cbfc4fc1a166df8b19c123a5?sid=c478ca86-f0ba-4cfe-af9d-7ee6d30e26c6), try our pre-setup [Example Project](https://github.com/genesiscommunitysuccess/cep-setup-example), and see the [Changeset](https://github.com/genesiscommunitysuccess/cep-setup-example/pull/2/files) required to enable the LSP in the example project. ## Packages diff --git a/packages/core/custom-elements-lsp/README.md b/packages/core/custom-elements-lsp/README.md index 82643db..cc66cb7 100644 --- a/packages/core/custom-elements-lsp/README.md +++ b/packages/core/custom-elements-lsp/README.md @@ -16,7 +16,7 @@ Any editor/IDE configured as an LSP client using the instance of tsserver which ## Quickstart Example -**A simple setup in your project should take less than five minutes.** Follow along with a video [here](https://www.loom.com/share/3dfdb245cbfc4fc1a166df8b19c123a5?sid=c478ca86-f0ba-4cfe-af9d-7ee6d30e26c6) and look at [this example project](https://github.com/genesiscommunitysuccess/cep-setup-example) and see the [changeset required to enable the LSP](https://github.com/genesiscommunitysuccess/cep-setup-example/pull/2/files). +**Adding the LSP to your project takes less than 5 minutes.** Follow along with our [Setup Walkthrough Video](https://www.loom.com/share/3dfdb245cbfc4fc1a166df8b19c123a5?sid=c478ca86-f0ba-4cfe-af9d-7ee6d30e26c6), try our pre-setup [Example Project](https://github.com/genesiscommunitysuccess/cep-setup-example), and see the [Changeset](https://github.com/genesiscommunitysuccess/cep-setup-example/pull/2/files) required to enable the LSP in the example project. ## Demos