mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 11:20:55 +01:00
docs: improve init scripts explanation wording
"default Roblox compatibility scripts" -> "Roblox compatibility scripts"
This commit is contained in:
parent
a53ae657e1
commit
b9a105cec4
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ pesde init
|
||||||
# what is the repository URL of this project?
|
# what is the repository URL of this project?
|
||||||
# what is the license of this project? MIT
|
# what is the license of this project? MIT
|
||||||
# what environment are you targeting for your package? luau
|
# 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
|
The command will create a `pesde.toml` file in the current folder. Go ahead
|
||||||
|
|
|
@ -134,7 +134,7 @@ impl InitCommand {
|
||||||
|
|
||||||
if target_env.is_roblox()
|
if target_env.is_roblox()
|
||||||
|| inquire::prompt_confirmation(
|
|| inquire::prompt_confirmation(
|
||||||
"would you like to setup default Roblox compatibility scripts?",
|
"would you like to setup Roblox compatibility scripts?",
|
||||||
)
|
)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue