Skip to content

Commit

Permalink
Merge branch 'hotfix/docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Feb 4, 2025
2 parents e0056f9 + 8bb9f25 commit a0ca697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/core/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An **embed playground webapp** that runs a Langgraph4j workflow in visual way.
```xml
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>llanggraph4j-studio-jetty</artifactId>
<artifactId>langgraph4j-studio-jetty</artifactId>
<version>1.3.1</version>
</dependency>
```
Expand Down Expand Up @@ -57,7 +57,7 @@ public static void main(String[] args) throws Exception {
```xml
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>llanggraph4j-studio-jetty</artifactId>
<artifactId>langgraph4j-studio-springboot</artifactId>
<version>1.3.1</version>
</dependency>
```
Expand Down

0 comments on commit a0ca697

Please sign in to comment.