diff --git a/README.md b/README.md index 5fd64c2..f68ad8a 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ Redirect 301 /admin/ https://website.com/?login=true ```shell $ cat .htaccess | htconvert > nginxRedirects.conf -``` - -or - -```shell +# or $ htconvert -f .htaccess > nginxRedirects.conf ```