Skip to content

Commit f7dc5fd

Browse files
authored
Merge pull request #1362 from akira6592/fix-typo
fix typo in README
2 parents d73ec4b + fbe2550 commit f7dc5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Ansible collection consists of a set of modules to define the intended netw
88
## Requirements
99

1010
- You must be running one of the two most recent releases of NetBox
11-
- A NetBox write-enabled API token when using modules or a read-only token for the `nb_lookup ` and `nb_inventory` plugins.
11+
- A NetBox write-enabled API token when using modules or a read-only token for the `nb_lookup` and `nb_inventory` plugins.
1212
- Python 3.10+
1313
- Python modules:
1414
- pytz
@@ -152,7 +152,7 @@ Customers of NetBox Labs and Ansible using the officially certified version of t
152152
The collection release notes and changelog can be found [here](https://github.com/netbox-community/ansible_modules/releases).
153153

154154
## Related Information
155-
Some extra resources you might find useful for both the Anisble collection and for NetBox itself:
155+
Some extra resources you might find useful for both the Ansible collection and for NetBox itself:
156156
- [NetBox Zero to Hero](https://netboxlabs.com/zero-to-hero/) - free 12 part course that takes you from an empty NetBox through to a fully deployed branch site, using the Ansible collection extensively along the way.
157157
- [Network Configuration Assurance with NetBox and Ansible](https://netboxlabs.com/blog/network-configuration-assurance-with-netbox-and-ansible/) - blog post featuring the Inventory plugin being used in a simple network automation use case to compare actual network state Vs intended state as defined in NetBox.
158158
- Official NetBox [documentation](https://docs.netbox.dev/en/stable/).

0 commit comments

Comments
 (0)