oops, readme was out of date

This commit is contained in:
2023-03-31 23:37:58 +02:00
parent d57433b90e
commit 211d3758e6
2 changed files with 3 additions and 3 deletions

View File

@@ -26,14 +26,14 @@ Usage:
├── styles.css
└── a.jpg
>
> pub --root-dir mysite
> pub mysite/
the site is published: http://6426ed336771f2380224fb84--scintillating-mochi-760bd3.netlify.app
```
## Publish Sites to Netlify With Custom Subdomains Too!
```bash
> pub --root-dir mysite --custom-domain dude.helpers.fun
> pub mysite dude.helpers.fun
the site is published: http://6426ee6a10e4e43866b46a42--startling-gingersnap-425138.netlify.app
the site is published at dude.helpers.fun.
```