Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit cd87d5d

Browse files
author
Anton Wieslander
committed
put step 5 instructions in code block
1 parent 34be64e commit cd87d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,13 @@ module.exports = {
181181
}
182182
```
183183
5. you can now set the https option to true.
184+
```
184185
endpoints.MapToVueCliProxy(
185186
...
186187
https: true
187188
...
188189
);
190+
```
189191

190192
## History
191193

0 commit comments

Comments
 (0)