diff --git a/README.md b/README.md
index c293f73..1fda651 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Langflow is a no-code open-source project that empowers developers to build cutt
Use the Langflow Widget directly from the CDN by including the following script tag in your HTML:
```html
-
+
```
### Option 2: Local Build
@@ -62,7 +62,7 @@ npm run build
```html
-
+
+
```
Encapsulate your custom element in a react component
```html
@@ -111,6 +111,7 @@ Use the widget API to customize your widget:
| input_container_style | json | No |
| input_style | json | No |
| online | boolean | No |
+| start_open | boolean | No |
| online_message | string | No |
| placeholder | string | No |
| placeholder_sending | string | No |
@@ -193,6 +194,11 @@ Use the widget API to customize your widget:
- Required: No
- Description: Indicates if the chat component is online or offline.
+- **start_open:**
+ - Type: Boolean
+ - Required: No
+ - Description: Indicates if the chat window should be open by default.
+
- **online_message:**
- Type: String
- Required: No