Skip to content

Commit 29835b8

Browse files
committed
fix indent in readme
1 parent 41832eb commit 29835b8

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
@@ -71,11 +71,11 @@ from reflex_monaco import monaco
7171
@rx.page()
7272
def index():
7373
return monaco(
74-
default_language='javascript',
75-
default_value='console.log("Hello, world!");',
76-
height='500px',
77-
width='100%'
78-
)
74+
default_language='javascript',
75+
default_value='console.log("Hello, world!");',
76+
height='500px',
77+
width='100%'
78+
)
7979
```
8080

8181
See the code of the demo for a case using State.

0 commit comments

Comments
 (0)