summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-05-22 12:04:23 +0200
committerWalmyr Lima <walmyr@gitlab.com>2019-05-22 12:04:23 +0200
commit54fbc045d3f895f9db63d3f7c7f9ca6bf99d9ebc (patch)
tree39378f8430292f8ac871ca480a7135546a0eafc5
parente5e9466c9c7489816a3271575e582f560bb4709f (diff)
downloadgitlab-ce-54fbc045d3f895f9db63d3f7c7f9ca6bf99d9ebc.tar.gz
Minor improvement on resources doc
-rw-r--r--qa/qa/resource/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/README.md b/qa/qa/resource/README.md
index 4cdeb3f42a2..2c8859b6599 100644
--- a/qa/qa/resource/README.md
+++ b/qa/qa/resource/README.md
@@ -1,7 +1,7 @@
# Resource class in GitLab QA
Resources are primarily created using Browser UI steps, but can also
-be created via the API.
+be created via the API or the CLI.
## How to properly implement a resource class?