diff --git a/README.md b/README.md index 2800086..938d49b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ MinIO is a High Performance Object Storage released under GNU Affero General Pub During the install process, MinIO will install both the MinIO server and MinIO client. If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference. -### First step : retrieve MinIO credentials +### First step: retrieve MinIO credentials ``` #================================================= # SETUP MINIO CREDENTIALS @@ -33,7 +33,7 @@ minio_password=$(ynh_app_setting_get --app="minio" --key=password) mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path) ``` -### Second step : create and setup your bucket +### Second step: create and setup your bucket ``` #================================================= # SETUP MINIO BUCKET diff --git a/README_fr.md b/README_fr.md index 7a3cce4..302010c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ MinIO is a High Performance Object Storage released under GNU Affero General Pub During the install process, MinIO will install both the MinIO server and MinIO client. If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference. -### First step : retrieve MinIO credentials +### First step: retrieve MinIO credentials ``` #================================================= # SETUP MINIO CREDENTIALS @@ -33,7 +33,7 @@ minio_password=$(ynh_app_setting_get --app="minio" --key=password) mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path) ``` -### Second step : create and setup your bucket +### Second step: create and setup your bucket ``` #================================================= # SETUP MINIO BUCKET