From 647d40a7e682fdd225ed342825b3ea14a7c5f780 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 12 May 2023 13:07:17 +0200 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b5bb9..8503925 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ The format of the proxy string supported is `http[s]://[username:password@]host: ## API -Since version `1.11.1.1273-2`, deps.clj exposes an API so it can be embedded in +Since version `1.11.1.1273-3`, deps.clj exposes an API so it can be embedded in applications, rather than just using it from the command line directly. See [API.md](API.md) docs.