Skip to content

Commit dda8ed8

Browse files
authored
Update README.md (#114)
* Fix spelling * Update example directory name
1 parent 226210a commit dda8ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This script will clone a copy of the `netbox-community/devicetype-library` repos
1414

1515
```
1616
git clone https://github.com/netbox-community/Device-Type-Library-Import.git
17-
cd Netbox-Device-Type-Library-Import
17+
cd Device-Type-Library-Import
1818
python3 -m venv venv
1919
source venv/bin/activate
2020
```
@@ -44,13 +44,13 @@ To use the script, simply execute the script as follows. Make sure you're still
4444
./nb-dt-import.py
4545
```
4646

47-
This will clone the latest master branch from the `netbox-community/devicetype-library` from Github and install it into the `repo` subdirectory. If this directory already exists, it will perform a `git pull` to update the reposity instead.
47+
This will clone the latest master branch from the `netbox-community/devicetype-library` from Github and install it into the `repo` subdirectory. If this directory already exists, it will perform a `git pull` to update the repository instead.
4848

4949
Next, it will loop over every manufacturer and every device of every manufacturer and begin checking if your Netbox install already has them, and if not, creates them. It will skip preexisting manufacturers, devices, interfaces, etc. so as to not end up with duplicate entries in your Netbox instance.
5050

5151
### 🧰 Arguments
5252

53-
This script currently accepts a list of vendors as an arugment, so that you can selectively import devices.
53+
This script currently accepts a list of vendors as an argument, so that you can selectively import devices.
5454

5555
To import only device by APC, for example:
5656

0 commit comments

Comments
 (0)