Skip to content

Commit 09c8cb5

Browse files
authored
Update README.md
1 parent c2e7e43 commit 09c8cb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ const pusher = new Pusher({
4646
});
4747
```
4848
### Step 2
49-
insert key At file ``input.vue``
49+
insert key At file ``Input.vue``
5050
``` bash
51-
const pusher = new Pusher('', {
52-
cluster: '',
53-
encrypted: true
54-
});
51+
const pusher = new Pusher('', {
52+
cluster: '',
53+
encrypted: true
54+
});
5555
```
5656

5757
## Running Project

0 commit comments

Comments
 (0)