diff --git a/docs/src/content/docs/quickstart.mdx b/docs/src/content/docs/quickstart.mdx index cc37b62..502e8e9 100644 --- a/docs/src/content/docs/quickstart.mdx +++ b/docs/src/content/docs/quickstart.mdx @@ -33,7 +33,7 @@ pesde init # what is the repository URL of this project? # what is the license of this project? MIT # what environment are you targeting for your package? luau -# would you like to setup default Roblox compatibility scripts? No +# would you like to setup Roblox compatibility scripts? No ``` The command will create a `pesde.toml` file in the current folder. Go ahead diff --git a/src/cli/commands/init.rs b/src/cli/commands/init.rs index 93184ea..17895e4 100644 --- a/src/cli/commands/init.rs +++ b/src/cli/commands/init.rs @@ -134,7 +134,7 @@ impl InitCommand { if target_env.is_roblox() || inquire::prompt_confirmation( - "would you like to setup default Roblox compatibility scripts?", + "would you like to setup Roblox compatibility scripts?", ) .unwrap() {