diff --git a/README.md b/README.md
index 645a0da..510e229 100644
--- a/README.md
+++ b/README.md
@@ -26,17 +26,17 @@ import {
initialEditorValue,
} from "keystone-react-editor";
-function App(){
-
-return (
-
-
-)
-
+function App() {
+ return (
+ {
+ console.log(value);
+ }}
+ />
+ );
}
```