From 437257444c74628ecfbf35525f2790c6acd74731 Mon Sep 17 00:00:00 2001 From: Jonathan Gangi Date: Wed, 10 Jul 2024 10:30:46 -0300 Subject: [PATCH] Better explain what the StArMap service does Better explain what the StArMap service does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 200d584..78ca8b0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ used by [release-engineering](https://github.com/release-engineering) publishing ## Overview -The `StArMap Client` is a client library to communicate with the _StArMap_ service. +The `StArMap Client` is a client library to communicate with the _StArMap_ service, which is used to map a VM image build to its respective cloud marketplace(s) destination(s). It's written to support applications running on `Python >= 3.8`.