Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 authored Jul 2, 2024
1 parent df9180a commit 1dda526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].2/dist/build/static/js/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].3/dist/build/static/js/bundle.min.js"></script>
```

### Option 2: Local Build
Expand Down Expand Up @@ -62,7 +62,7 @@ npm run build
```html
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].2/dist/build/static/js/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].3/dist/build/static/js/bundle.min.js"></script>
</head>
<body>
<langflow-chat
Expand All @@ -76,7 +76,7 @@ npm run build
### on React
Import the js bundle in the index.html of your react project
```html
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].2/dist/build/static/js/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected].3/dist/build/static/js/bundle.min.js"></script>
```
Encapsulate your custom element in a react component
```html
Expand Down

0 comments on commit 1dda526

Please sign in to comment.