Merge pull request #947 from harshavardhana/through-typo

Fix description typo
This commit is contained in:
Harshavardhana 2015-10-27 11:59:09 -07:00
commit 679d099b16
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Minio is a minimal cloud storage server for Micro Services. Written in Golang an
## Description
Micro services environment provisions one Minio server per application instance. Scalability is achieved to through large number of smaller personalized instances. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks.
Micro services environment provisions one Minio server per application instance. Scalability is achieved through large number of smaller personalized instances. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks.
## Minio Client

View file

@ -105,7 +105,7 @@ func registerApp() *cli.App {
app.HideVersion = true
app.Author = "Minio.io"
app.Usage = "Cloud Storage Server for Micro Services."
app.Description = `Micro services environment provisions one Minio server per application instance. Scalability is achieved to through large number of smaller personalized instances. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks.`
app.Description = `Micro services environment provisions one Minio server per application instance. Scalability is achieved through large number of smaller personalized instances. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks.`
app.Flags = flags
app.Commands = commands