From e6a4c00d23109980d0a335251f2862164eeb387b Mon Sep 17 00:00:00 2001 From: Kelly Hofmann Date: Wed, 3 Apr 2024 12:27:23 -0700 Subject: [PATCH 1/2] add instructions to continue from show sdk step --- internal/quickstart/show_sdk_instructions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/quickstart/show_sdk_instructions.go b/internal/quickstart/show_sdk_instructions.go index 4cd0afe7..97b7d176 100644 --- a/internal/quickstart/show_sdk_instructions.go +++ b/internal/quickstart/show_sdk_instructions.go @@ -78,7 +78,7 @@ func (m showSDKInstructionsModel) View() string { return wordwrap.String( fmt.Sprintf( - "Set up your application. Here are the steps to incorporate the LaunchDarkly %s SDK into your code.\n%s", + "Set up your application. Here are the steps to incorporate the LaunchDarkly %s SDK into your code.\n%s\n\n (hit enter to continue)", m.sdk, style.Render(md), ), From 79305850fb4946fce61c4322c7e14cf7b1869545 Mon Sep 17 00:00:00 2001 From: Kelly Hofmann Date: Wed, 3 Apr 2024 13:54:39 -0700 Subject: [PATCH 2/2] pr feedback --- internal/quickstart/show_sdk_instructions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/quickstart/show_sdk_instructions.go b/internal/quickstart/show_sdk_instructions.go index 97b7d176..14cd2bdb 100644 --- a/internal/quickstart/show_sdk_instructions.go +++ b/internal/quickstart/show_sdk_instructions.go @@ -78,7 +78,7 @@ func (m showSDKInstructionsModel) View() string { return wordwrap.String( fmt.Sprintf( - "Set up your application. Here are the steps to incorporate the LaunchDarkly %s SDK into your code.\n%s\n\n (hit enter to continue)", + "Set up your application. Here are the steps to incorporate the LaunchDarkly %s SDK into your code.\n%s\n\n (press enter to continue)", m.sdk, style.Render(md), ),