From 2887a29f0cd9dded3cfb4bf0ec07b134f168bc96 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Thu, 15 Aug 2024 22:28:46 +0200 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d7d38..7878d4a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To use the LangGraph for Swift library in a [SwiftPM] project, add the following line to the dependencies in your `Package.swift` file: ```Swift -.package(url: "https://github.com/bsorrentino/LangGraph-Swift.git", from: "3.0.1"), +.package(url: "https://github.com/bsorrentino/LangGraph-Swift.git", from: ""), ``` Include `LangGraph` as a dependency for your executable target: @@ -200,4 +200,4 @@ In the [LangChainDemo](LangChainDemo) project, you can find the porting of [Agen [langgraph]: https://github.com/langchain-ai/langgraph [AgentExecutor]: https://github.com/buhe/langchain-swift/blob/main/Sources/LangChain/agents/Agent.swift [PlantUML]: https://plantuml.com -[Mermaid]: https://mermaid.js.org \ No newline at end of file +[Mermaid]: https://mermaid.js.org