From 29d9257600403a6415651768a1db7c3bbfb544f4 Mon Sep 17 00:00:00 2001 From: Craig Lordan Date: Thu, 5 Sep 2024 12:38:39 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9471e31..ef8c14e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# License +- The license for IBM Granite.Code can be found in the [[product-licenses](./product-licenses/) folder in this repository. + +You can use this repository to add issues for IBM Granite.Code. The license for issues, discussion, and any files or samples shared in issues can be found in the [LICENSE](./LICENSE) file. + + # IBM Granite.Code ## Features @@ -237,7 +243,7 @@ IBM Granite.Code and the Granite code models are created to answer questions tha ### Multi-line completion 1. Start typing a line of code. -2. Press `Option` + `.`. (Mac) or `Alt`+ `.` (Windows) +2. Press `Option` + `.` (Mac) or `Alt`+ `.` (Windows) 3. IBM Granite.Code adds a code suggestion to complete the line that you typed, and adds code lines. 4. Press **Tab** to accept the suggestion. @@ -246,7 +252,7 @@ IBM Granite.Code and the Granite code models are created to answer questions tha ### Comment-to-code 1. Type a comment. -2. Press `Option` + `.`. (Mac) or `Alt`+ `.` (Windows) +2. Press `Option` + `.` (Mac) or `Alt`+ `.` (Windows) 3. IBM Granite.Code adds a code suggestion based on your comment. 4. Press **Tab** to accept the suggestion.