From c85e6e35ecf0802d28faa31a14aa83cb18642611 Mon Sep 17 00:00:00 2001 From: Tim Asp Date: Sat, 29 Jan 2022 21:49:40 -0800 Subject: [PATCH] Fix command documentation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5da7059..5542deb 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Cumulus directly executes some commands via Laravel Vapor. So you will need to b Now that you have a valid Cloudflare API token and are logged in to a Vapor team that has access to the domain you are attempting to import, you can run the following command to import the DNS records for your domain. ```bash -cumulus cloudflare:import [THE_DOMAIN_NAME] +cumulus records: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. @@ -60,4 +60,4 @@ When you use a subdomain for a project environment Laravel Vapor will automatica For example if you have a subdomain `sub.example.com`, you would run the following command to import the DNS records: ```bash cumulus cloudflare:import example.com -``` \ No newline at end of file +```