droplinked-chatbot-next 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ The chatbot requires an `apiBaseUrl` prop to connect to your backend services:
|
|
|
120
120
|
|
|
121
121
|
```jsx
|
|
122
122
|
<Chatbot
|
|
123
|
-
apiBaseUrl={process.env.REACT_APP_API_BASE_URL
|
|
123
|
+
apiBaseUrl={process.env.REACT_APP_API_BASE_URL}
|
|
124
124
|
/>
|
|
125
125
|
```
|
|
126
126
|
|