Skip to content

Commit 021580f

Browse files
committed
Update readme
1 parent 1266871 commit 021580f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ vendor/
66
.idea/
77
.phpunit.result.cache
88
yarn-error.log
9+
composer.json
10+
composer.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ First we have to install both the composer and npm package:
2929
```shell
3030
composer require georgeboot/laravel-echo-api-gateway
3131

32-
yarn add georgeboot/laravel-echo-api-gateway
32+
yarn add laravel-echo-api-gateway
3333
# or
34-
npn install --save georgeboot/laravel-echo-api-gateway
34+
npn install --save laravel-echo-api-gateway
3535
```
3636

3737
Next, we have to add some elements to our `serverless.yml` file.

0 commit comments

Comments
 (0)