From 0d3aa8bf4ebd0e036ae130126d73e29c7e357db6 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Mon, 3 Feb 2020 11:39:03 +0300 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6662c3..d9a97b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# NeoFS-proto +# NeoFS API -NeoFS-proto repository contains implementation of core NeoFS structures that +NeoFS API repository contains implementation of core NeoFS structures that can be used for integration with NeoFS. ## Description @@ -107,7 +107,7 @@ State package defines: ## How to use -NeoFS-proto packages contain godoc documentation. Examples of using most of +NeoFS API packages contain godoc documentation. Examples of using most of these packages can be found in NeoFS-CLI repository. CLI implements and demonstrates all basic interactions with NeoFS: container, object, storage group, and accounting operations.