diff --git a/README.md b/README.md index 394f11c..e7ef001 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker run -v test:/mnt --rm -ti ubuntu ## Create and Mount volume ``` -docker volume create --driver sapk/plugin-gluster --opt voluri=",,:" --name test +docker volume create --driver sapk/plugin-gluster --opt voluri=",,:" --name test docker run -v test:/mnt --rm -ti ubuntu ``` @@ -29,7 +29,7 @@ volumes: some_vol: driver: sapk/plugin-gluster driver_opts: - voluri: ":" + voluri: ":" ```