-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: 📝 Improve repo readme #21
Conversation
README.md
Outdated
|
||
## Customization | ||
|
||
This package only generates the bindings for the Nautobot Core application, and not for the rich [apps ecosystem](https://docs.nautobot.com/projects/core/en/stable/apps/) around it. It's likely that the bindings in this package are not 100% corresponding to your Nautobot environment, as you may have installed some public apps, or your own homegrown ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App(s)
is always capitalized in the Nautobot docs, I think we should follow that example.
Apart from that looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good edits, left a few suggestions!
|
||
```bash | ||
$ go get github.com/nautobot/go-nautobot/pkg/[email protected].0 | ||
$ go get github.com/nautobot/go-nautobot/pkg/[email protected].8-beta | ||
``` | ||
|
||
### Go main example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This is example" -> remove is
Co-authored-by: Cristian <[email protected]>
addresses issue #3