From 18b3871705311163d6aa237ee873b9ba7c080007 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 3 Jun 2016 12:50:36 -0700 Subject: [PATCH] Add erasure code. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02117a7e3..fb873a7fa 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Minio is light enough to be bundled with the application stack. It sits on the s Minio currently implements two backends - - Filesystem (FS) - is available and ready for general purpose use. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks. - - ErasureCoded (XL) - is work in progress and not ready for general purpose use. + - Filesystem (FS) - is available and ready for general purpose use. + - ErasureCoded (XL) - is available, but it is not ready for general purpose use. ## Minio Client