Skip to content

Commit 16a13f1

Browse files
authored
Update README.md
1 parent 44a4f06 commit 16a13f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ReactJS app is embedded in the native GutenbergKit module.
1212

1313
To launch the app in the browser, run:
1414

15-
```
15+
```bash
1616
cd ./ReactApp
1717
npm install // On first use
1818
npm run dev
@@ -32,7 +32,7 @@ By default, the demo app uses a production build of the React app included in th
3232

3333
If you are using SwiftUI previews, make sure to point them to the localhost programatically:
3434

35-
```
35+
```swift
3636
#Preview {
3737
NavigationStack {
3838
// EditorView()

0 commit comments

Comments
 (0)