summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoberto Bertó <141527866+bertogravscale@users.noreply.github.com>2023-11-21 15:06:17 -0300
committerGitHub <noreply@github.com>2023-11-21 15:06:17 -0300
commitcf96875c27fcf37835499aa1d662223da9fc28af (patch)
treeba015b435314dfc1ac9e5b15e183d840141b9354 /README.md
parent70dec1d1ac1c91c04402f571b8d42051da417cb1 (diff)
downloadpyvyos-cf96875c27fcf37835499aa1d662223da9fc28af.tar.gz
pyvyos-cf96875c27fcf37835499aa1d662223da9fc28af.zip
Update README.md formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3db35ea..48dd73c 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@ Python SDK for interacting with VyOS API
## .env for example.py
run example.py after you create and .env
+```
VYDEVICE_HOSTNAME=
VYDEVICE_KEY=
VYDEVICE_PORT=443
VYDEVICE_PROTOCOL=https
VYDEVICE_VERIFY_SSL=False
-
+```