Skip to content

Commit 44429f5

Browse files
committed
Minor fix
1 parent b445844 commit 44429f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ For Linux OS it can be:
2626

2727
## Configuration
2828

29-
To configure codefresh provider:
29+
To c onfigure codefresh provider:
3030

3131
```tf
3232
provider "codefresh" {
3333
api_url = "<MY API URL>" # Default value - https://g.codefresh.io/api
34-
token = "<MY API TOKEN>". # If token isn't set the provider expects the $CODEFRESH_API_KEY env variable
34+
token = "<MY API TOKEN>" # If token isn't set the provider expects the $CODEFRESH_API_KEY env variable
3535
}
3636
```
3737

@@ -51,4 +51,4 @@ export CODEFRESH_API_KEY='xyz'
5151

5252
## Examples
5353

54-
See the [examples](examples/).
54+
See the [examples](examples/).

0 commit comments

Comments
 (0)