Made changes to wording as requested

This commit is contained in:
Tom Hill
2017-11-28 09:34:04 +11:00
committed by GitHub
parent b3b921baf4
commit c798774097

View File

@@ -2,11 +2,11 @@
> Simple, single-command web publishing. > Simple, single-command web publishing.
- Upload a new site: - Upload a new site to surge.sh:
`surge {{ /path/to/my-project }}` `surge {{ /path/to/my-project }}`
- Deploy site to custom domain (note DNS records must be changed on domain): - Deploy site to custom domain (note that the DNS records must be changed on the domain):
`surge {{ path/to/my-project }} {{ my-custom-domain.com }}` `surge {{ path/to/my-project }} {{ my-custom-domain.com }}`