Skip to content

Commit c7e4dcb

Browse files
committed
Additional readme improvements.
1 parent 1e56f00 commit c7e4dcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838
c := netbox.NewNetboxAt("netbox.example.org:8000")
3939

4040
// or:
41-
// c := netbox.NewNetboxWithAPIKey("netbox.example.org:8000", "<api-token>")
41+
// c := netbox.NewNetboxWithAPIKey("netbox.example.org:8000", "<api-token>")
4242

4343
log.Printf("%+v", c)
4444
}
@@ -113,6 +113,8 @@ func main() {
113113
}
114114
```
115115

116+
See [reference](https://pkg.go.dev/github.com/netbox-community/go-netbox) for more information on all possible usages.
117+
116118
## Development
117119

118120
The project comes with a containerized development environment that can be used from any platform. It is only required to have [Git](https://git-scm.com) and [Docker Desktop](https://www.docker.com/products/docker-desktop/) (or, separately, [Docker](https://docs.docker.com/engine/install) and [Docker Compose](https://docs.docker.com/compose/install/)) installed on the machine.

0 commit comments

Comments
 (0)