Skip to content

Commit 162bd70

Browse files
committed
add optional to cms
1 parent 6478f12 commit 162bd70

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
@@ -291,7 +291,7 @@ _Attempts to apply automatic fixes where available._
291291
npm run test
292292
```
293293

294-
5. Test as local dependency:
294+
5. Test as local dependency(Optional):
295295
To test changes to the core module in the VS Code extension or SF CLI plugin locally, run:
296296

297297
```bash
@@ -306,7 +306,7 @@ _Attempts to apply automatic fixes where available._
306306

307307
Your local core module will now replace the installed dependency and update automatically on rebuild.
308308

309-
6. Create a standalone UMD Module:
309+
6. Create a standalone UMD Module(Optional):
310310

311311
```bash
312312
npm run vite:dist

0 commit comments

Comments
 (0)