summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>2016-06-02 22:07:22 -0700
committerKota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>2016-06-03 09:53:29 +0000
commit618440b704836a7eeea6720e1c9c2eed6117d217 (patch)
tree825558534dc442dff253a6422e82cc10562767dd /README.md
parent3b8ee7d108a2bd3a854f90f75b2986fc6d7b386e (diff)
downloadliberasurecode-618440b704836a7eeea6720e1c9c2eed6117d217.tar.gz
Remove version value from README.md
In recent releases, the supported backends are not changed so probably we can remove the version from the description to avoid a pain that we have to change README.md for each release. Change-Id: Ica88629abe442c11c1036e22b8d143e1adc9b443
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cda59a1..6693f87 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Highlights
* Unified Erasure Coding interface for common storage workloads.
- * Pluggable Erasure Code backends - As of v1.1.x, liberasurecode supports the following backends:
+ * Pluggable Erasure Code backends - liberasurecode supports the following backends:
- 'liberasurecode_rs_vand' - Native, software-only Erasure Coding implementation that supports a Reed-Solomon backend
- 'Jerasure' - Erasure Coding library that supports Reed-Solomon, Cauchy backends [1]