forked from TrueCloudLab/frostfs-api-go
[#368] README.md: change desctiption and link to SDK
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
32dd0bb3f9
commit
60473c44b9
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<img src="./.github/logo.svg" width="500px" alt="NeoFS">
|
<img src="./.github/logo.svg" width="500px" alt="NeoFS">
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Golang SDK for <a href="https://fs.neo.org">NeoFS</a>
|
Low-level Golang API for <a href="https://fs.neo.org">NeoFS</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
Go implementation of recent [NeoFS API](https://github.com/nspcc-dev/neofs-api)
|
Go implementation of recent [NeoFS API](https://github.com/nspcc-dev/neofs-api)
|
||||||
versions and SDK layer working with all of them in a handy way.
|
versions. For a more high-level SDK see [NeoFS SDK](https://github.com/nspcc-dev/neofs-sdk-go).
|
||||||
|
|
||||||
## NeoFS-API compatibility
|
## NeoFS-API compatibility
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue