aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:48:59 +0200
committerStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:48:59 +0200
commit79df56a219c657d51327ca95a1696cd329629665 (patch)
tree5c93617f4abc7cd38c603139b184b7a6c18c5165 /README.md
parent0ad995d13893ddf0afac14dcb28c3f57ba6ae6e1 (diff)
downloadgo-schwift-79df56a219c657d51327ca95a1696cd329629665.tar.gz
remove beta notice from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 44d7387..2e19428 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,6 @@ This is a Go client library for [OpenStack Swift](https://github.com/openstack/s
frustrated with the inflexible API design of [`ncw/swift`](https://github.com/ncw/swift); see [near the
bottom](#why-another-swift-client-library) for details.
-This library is currently in **beta**: It's already used by some projects, and I'm working towards a
-stable 1.0 version with API compatibility promises, but [a few things are still
-missing](https://github.com/majewsky/schwift/issues/1).
-
## Installation
You can get this with `go get github.com/majewsky/schwift`. When using this in an application, vendoring is recommended.