From e8eb33cedbbbb84455cf3e06407a63fefecbaff0 Mon Sep 17 00:00:00 2001 From: Alex Mazur <51352526+amazr@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:39:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abae55b..5b8da53 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ > This SDK is incubating and subject to change. + + An open-source python library for compute modules for performing tasks like service discovery, getting a token, external source credentials, etc @@ -386,4 +388,4 @@ By default, the logs emitted from within the `compute_modules` library have a le from compute_modules.logging import set_internal_log_level set_internal_log_level(logging.DEBUG) -``` \ No newline at end of file +```