From 58317f4f8fa4b24273caad5a2686ef7654eca612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Paradis?= Date: Fri, 28 Sep 2018 23:09:20 -0400 Subject: [PATCH] one character typo Is this how you open source? I'm learning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c830ff6..2eaac4f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ driver.findElement(By.name("q")).sendKeys("PerfectoCode"); */ ``` -- **Importent!** set the following environment variables in order to connect Perfecto Lab via CircleCI machine: +- **Important!** set the following environment variables in order to connect Perfecto Lab via CircleCI machine: ```Java // Set cloud host and credentials values from CI, else use local values String PERFECTO_HOST = System.getenv("PERFECTO_HOST");