From bb84adac7f104e58114ab5bcc2f3cf82d3abb9d5 Mon Sep 17 00:00:00 2001 From: Marat Reymers Date: Tue, 7 Jan 2025 11:17:10 +0100 Subject: [PATCH] Change naming --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5f8f2..743d25d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Nebius Go SDK
[![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url] +# Nebius SDK for Go
[![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url] -The Nebius Go SDK is a comprehensive client library for interacting with [nebius.ai](https://nebius.ai) services. +The Nebius SDK for Go is a comprehensive client library for interacting with [nebius.ai](https://nebius.ai) services. Built on gRPC, it supports all APIs defined in the [Nebius API repository](https://github.com/nebius/api). This SDK simplifies resource management, authentication, and communication with Nebius services, making it a valuable tool for developers.