georgeboot / laravel-echo-api-gateway

Use Laravel Echo with API Gateway Websockets. Works with Bref.sh and Laravel Vapor.
MIT License
99 stars 21 forks source link

Made typo correction on NPM installation command. #6

Closed mikebronner closed 3 years ago

mikebronner commented 3 years ago

Sorry for the tiny PR, but thought it would help, as this line is always copied over when installing.

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 (09800b5) into master (83e8649) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage     37.92%   37.92%           
  Complexity       52       52           
=========================================
  Files             9        9           
  Lines           327      327           
  Branches         14       14           
=========================================
  Hits            124      124           
  Misses          195      195           
  Partials          8        8           
Flag Coverage Δ Complexity Δ
jest 54.47% <ø> (ø) 0.00 <ø> (ø)
pest 27.94% <ø> (ø) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b2c8f7f...09800b5. Read the comment docs.

georgeboot commented 3 years ago

Thanks!