Skip to content

Commit cef9773

Browse files
authored
Merge pull request #46 from rmundel/patch-1
Update README.md
2 parents 94d9ec1 + b5a790b commit cef9773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ docker build -t netbox-devicetype-import-library .
7777
Alternatively you can pull a pre-built image from Github Container Registry (ghcr.io):
7878

7979
```
80-
docker pull ghcr.io/minitriga/Netbox-Device-Type-Library-Import
80+
docker pull ghcr.io/minitriga/netbox-device-type-library-import
8181
```
8282

8383
The container supports the following env var as configuration :
@@ -91,7 +91,7 @@ The container supports the following env var as configuration :
9191
To run :
9292

9393
```
94-
docker run -e "NETBOX_URL=http://netbox:8080/" -e "NETBOX_TOKEN=98765434567890" netbox-devicetype-import-library
94+
docker run -e "NETBOX_URL=http://netbox:8080/" -e "NETBOX_TOKEN=98765434567890" ghcr.io/minitriga/netbox-device-type-library-import
9595
```
9696

9797
## 🧑‍💻 Contributing

0 commit comments

Comments
 (0)