Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
  • Loading branch information
Orrison committed Dec 29, 2021
1 parent 6b84600 commit eb5d8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cumulus is a package to be used with the Laravel Vapor CLI. It provides a set of

No more having to copy each manually which takes too long and is prone to errors. Cumulus will create any missing DNS records for you as well as update any incorrect or changed records.

Keep in mind that in order for the import to work the domain must be a custom domain in your Laravel Vapor team as well as a zone in your Cloudflare account already. This package will take care of import the DNS records for you, not adding the domains.
Keep in mind that in order for the import to work the domain must be a custom domain in your Laravel Vapor team as well as a zone in your Cloudflare account already. This package will take care of importing the DNS records for you, not adding the domains.

---

Expand Down Expand Up @@ -45,6 +45,6 @@ cumulus cloudflare:import [THE_DOMAIN_NAME]
```
This will import any missing DNS records that Vapor specifies into the Cloudflare DNS zone. As well as update any incorrect or changed records.

If you would like to see what changes would be made before actually making the changes, you can add `--dry-run` to the end of the command.
If you would like to see what changes would be made before actually importing, you can add `--dry-run` to the end of the command.

The import command will attempt to "proxy" each added/updated record if it can be proxied. If you would not like the added records proxied, you can add `--no-proxy` to the end of the command.

0 comments on commit eb5d8ba

Please sign in to comment.