Skip to content

Commit 09800b5

Browse files
authored
Made typo correction on NPM installation command.
Sorry for the tiny PR, but thought it would help, as this line is always copied over when installing.
1 parent b2c8f7f commit 09800b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ composer require georgeboot/laravel-echo-api-gateway
3737

3838
yarn add laravel-echo-api-gateway
3939
# or
40-
npn install --save laravel-echo-api-gateway
40+
npm install --save-dev laravel-echo-api-gateway
4141
```
4242

4343
### Platform-specific instructions

0 commit comments

Comments
 (0)