1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 02:55:31 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
> Simple, single-command web publishing.
- Upload a new site:
- Upload a new site to surge.sh:
`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 }}`