From 3aa81eb1387f2d463700e1d9cafd2c74d71d3114 Mon Sep 17 00:00:00 2001 From: m-peko Date: Tue, 26 Aug 2025 07:39:32 +0200 Subject: [PATCH] Fix README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4515f..ece6659 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ The Atlas Python library provides convenient access to the Atlas REST API from a ## Installation ```sh -# install from PyPI +# Install from PyPI pip install atlas --index-url https://sdk.layerlens.ai +``` ## Usage