Update README.md (#3828)

This commit is contained in:
JT Olio 2020-03-25 18:53:11 -06:00 committed by GitHub
parent b75cbc8e24
commit 4d91533a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,14 @@ git push origin master
Use Github to open a pull request!
### A Note about Versioning
While we are practicing [semantic versioning](https://semver.org/) for our client
libraries such as [uplink](https://github.com/storj/uplink), we are *not* practicing
semantic versioning in this repo, as we do not intend for it to be used via
[Go modules](https://blog.golang.org/using-go-modules). We may have
backwards-incompatible changes between minor and patch releases in this repo.
# Start using Storj
Our wiki has [documentation and tutorials](https://github.com/storj/storj/wiki).