Update README

This commit is contained in:
Evgeniy Kulikov 2020-02-03 11:39:03 +03:00
parent a28f93bf0d
commit 0d3aa8bf4e
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -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. can be used for integration with NeoFS.
## Description ## Description
@ -107,7 +107,7 @@ State package defines:
## How to use ## 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 these packages can be found in NeoFS-CLI repository. CLI implements and
demonstrates all basic interactions with NeoFS: container, object, storage demonstrates all basic interactions with NeoFS: container, object, storage
group, and accounting operations. group, and accounting operations.