From 45ae758f6c362765e0d122d95087784dfd82e9f7 Mon Sep 17 00:00:00 2001 From: Dmitry Shevtsov <12731225+dshevtsov@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:05:42 -0600 Subject: [PATCH] Update README.md Co-Authored-By: hguthrie --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9850e92da9c..a8c1c7551f1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Docfile begins with public sources, because the `rake init` task fails when it a >**TIP** >All the helper CLI commands for this project are implemented using [rake](https://github.com/ruby/rake). -You can get the complete list of available tasks by running `rake --tasks` or filter the list such as `rake --tasks test`. +Use the `rake --tasks` command for a complete list of available tasks, or filter the list using a keyword, such as `rake --tasks test`. Once you have completed preparing your environment, you can build locally and preview the site in your browser.