docs: improve init scripts explanation wording

"default Roblox compatibility scripts" ->
"Roblox compatibility scripts"
This commit is contained in:
daimond113 2025-01-18 17:36:51 +01:00
parent a53ae657e1
commit b9a105cec4
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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()
{