Skip to content

Commit add172a

Browse files
Merge pull request #1 from SudoGetBeer/main
Fix typos in docs
2 parents 6971ae2 + 6180407 commit add172a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require hammerstone/airdrop
2020

2121
Once the package is installed, you may optionally publish the config file by running
2222
```console
23-
php artisan airdop:install
23+
php artisan airdrop:install
2424
```
2525

2626
You'll likely want to publish the config file so that you can set up your triggers and outputs.

docs/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This will take care of downloading and uploading your assets, should that be req
1414
Once you're done, your asset step will look something like this:
1515

1616
```bash
17-
php artisan airdop:download
17+
php artisan airdrop:download
1818
npm run production
1919
php artisan airdrop:upload
2020
```

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ composer require hammerstone/airdrop
88

99
Once the package is installed, you may optionally publish the config file by running
1010
```console
11-
php artisan airdop:install
11+
php artisan airdrop:install
1212
```
1313

1414
You'll likely want to publish the config file so that you can set up your triggers and outputs.

0 commit comments

Comments
 (0)