Skip to content

Commit

Permalink
DXE-989 correct long_description (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertolopezlopez authored Jul 21, 2022
1 parent 603ba78 commit 43961d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ $ python -m unittest discover

The EdgeGrid plugin relies on a .edgerc credentials file that needs to be created in your home directory and organized by \[section\] following the format below. Each \[section\] can contain a different credentials set allowing you to store all of your credentials in a single .edgerc file.

``` bash
```
[default]
client_secret = xxxx
host = xxxx # Note, don't include the https:// here
access_token = xxxx
client_token = xxxx
max-body = xxxx

[section1]
client_secret = xxxx
host = xxxx # Note, don't include the https:// here
Expand Down

0 comments on commit 43961d9

Please sign in to comment.