Browse Source

Clump examples together

pull/2/head
Luke Childs 9 years ago
parent
commit
4d0ade1249
  1. 6
      README.md

6
README.md

@ -23,11 +23,7 @@ Redirect 301 /admin/ https://website.com/?login=true
```shell ```shell
$ cat .htaccess | htconvert > nginxRedirects.conf $ cat .htaccess | htconvert > nginxRedirects.conf
``` # or
or
```shell
$ htconvert -f .htaccess > nginxRedirects.conf $ htconvert -f .htaccess > nginxRedirects.conf
``` ```

Loading…
Cancel
Save