Skip to content

Commit c65a97e

Browse files
authored
Made typo correction on NPM installation command. (#6)
1 parent b2c8f7f commit c65a97e

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)