diff --git a/internal/quickstart/show_sdk_instructions.go b/internal/quickstart/show_sdk_instructions.go index 4cd0afe7..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", + "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), ),