diff --git a/docs/getting-started.md b/docs/getting-started.md index f9e65f1..c695ce3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -56,7 +56,7 @@ def sorting_algorithm(x): With Granite.Code it is possible to make code changes by giving editing instructions to the Granite models. An easy way to try this is to edit a code section: 1. In the editor, highlight the code you want to change. -2. Use the **Command+E** / **Ctrl+E** keyboard shortcut to add the code section to the prompt and switch to edit mode. +2. Use the **Command+I** / **Ctrl+I** keyboard shortcut to add the code section to the prompt and switch to edit mode. 3. Describe how you want the code to be changed, then press return or click the **⏎ Enter** button. You can try this with the code section below: diff --git a/docs/index.md b/docs/index.md index 6928e72..0bc34ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ Granite.Code is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties. -Granite.Code can be installed as a VS Code extension: ee [setup](https://docs.granitecode.github.io/setup) to get started. +Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started. ## Get in Touch