Skip to content

Commit 52cff8e

Browse files
Update README.md
1 parent 28a16aa commit 52cff8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
╚══════╝ ╚═════╝ ╚══════╝ ╚═════╝ (for Laravel)
99
```
1010

11+
> [!WARNING]
12+
> This is still beta software. Use with caution.
13+
1114
## About
1215

1316
Solo for Laravel is a package to run multiple commands at once, to aid in local development. After installing, you can open the SoloServiceProvider to add or remove commands.
@@ -36,7 +39,7 @@ This would not be possible without Joe Tannenbaum's [Laracasts course](https://l
3639
Require the package:
3740

3841
```shell
39-
composer require aaronfrancis/solo
42+
composer require aaronfrancis/solo --dev
4043
```
4144

4245
Install the Service Provider:
@@ -184,7 +187,7 @@ Solo::allowCommandsAddedFrom([
184187
## Contributing
185188
Please help.
186189

187-
I haven't test this on Windows, I don't have a Windows machine!
190+
I haven't tested this on Windows, I don't have a Windows machine!
188191

189192
Also there are gonna be _so_ many edge cases with commands, terminals, etc. I need a good way to test these things. If you're good at testing, please help me set up a good scaffold.
190193

0 commit comments

Comments
 (0)