Skip to content

Commit

Permalink
fix: add instructions to continue from show sdk step (#117)
Browse files Browse the repository at this point in the history
* add instructions to continue from show sdk step

* pr feedback
  • Loading branch information
k3llymariee authored Apr 3, 2024
1 parent 441036b commit 4baf2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/quickstart/show_sdk_instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
Expand Down

0 comments on commit 4baf2d0

Please sign in to comment.