Skip to content

Commit b2f686f

Browse files
committed
chore: Update Langflow Chat bundle to v1.0.5
1 parent 804ee51 commit b2f686f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Langflow is a no-code open-source project that empowers developers to build cutt
2727
Use the Langflow Widget directly from the CDN by including the following script tag in your HTML:
2828

2929
```html
30-
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].4/dist/build/static/js/bundle.min.js"></script>
30+
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].5/dist/build/static/js/bundle.min.js"></script>
3131
```
3232

3333
### Option 2: Local Build
@@ -62,7 +62,7 @@ npm run build
6262
```html
6363
<html lang="en">
6464
<head>
65-
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].4/dist/build/static/js/bundle.min.js"></script>
65+
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].5/dist/build/static/js/bundle.min.js"></script>
6666
</head>
6767
<body>
6868
<langflow-chat
@@ -76,7 +76,7 @@ npm run build
7676
### on React
7777
Import the js bundle in the index.html of your react project
7878
```html
79-
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].4/dist/build/static/js/bundle.min.js"></script>
79+
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].5/dist/build/static/js/bundle.min.js"></script>
8080
```
8181
Encapsulate your custom element in a react component
8282
```html

0 commit comments

Comments
 (0)