Skip to content

Commit c23347b

Browse files
committed
Typo's
1 parent 2a62605 commit c23347b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can lock down your pub/sub nginx endpoints using the [Access Key Module](htt
2929

3030
1. Do a composer require get this package: `composer require cmosguy/laravel-http-pushstream-broadcaster`
3131

32-
2. Next, go into your `config/broadcasting.php` file and add and adjust the following lines accordingly. `base_url` refers to websocket root for your HTTP requests pub/sub routes:
32+
2. Next, go into your `config/broadcasting.php` file and add the following lines accordingly. `base_url` refers to websocket root for your HTTP requests pub/sub routes:
3333

3434
'default' => pushstream,
3535

@@ -171,7 +171,7 @@ At this time the only way to get more information from about the module and the
171171
This is by no means the only way to go about how this should work. You need to understand what all the options do and there is definitely a a
172172

173173
# Help
174-
Please help me with updating this documentation. If it does not make sense or if you see something stupid let me know. Also, if there is a way to make this extend further and make it more flexible for other's, please submit a PR to improve upon these.
174+
Please help me with updating this documentation. If it does not make sense or if you see something stupid let me know. Also, if there is a way to make this extend further and make it more flexible for others, please submit a PR to improve upon these.
175175

176176

177177

0 commit comments

Comments
 (0)