From 633dad25a78e73ab3af17ba9bc7007a169a5f44f Mon Sep 17 00:00:00 2001 From: Tharesh <99tharesh@gmail.com> Date: Sun, 7 Oct 2018 21:56:28 +0530 Subject: [PATCH] Fixed readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0e241ae..dfbb744f6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ NetBox is built against both Python 2.7 and 3.5. Python 3.5 or higher is strongl # Installation -Please see [the documentation](http://netbox.readthedocs.io/en/stable/) for +Please see the [documentation](http://netbox.readthedocs.io/en/stable/) for instructions on installing NetBox. To upgrade NetBox, please download the [latest release](https://github.com/digitalocean/netbox/releases) and run `upgrade.sh`. @@ -43,6 +43,8 @@ and run `upgrade.sh`. * [Vagrant deployment](https://github.com/ryanmerolle/netbox-vagrant) (via [@ryanmerolle](https://github.com/ryanmerolle)) * [Ansible deployment](https://github.com/lae/ansible-role-netbox) (via [@lae](https://github.com/lae)) +# Related projects + ## Supported SDK - [pynetbox](https://github.com/digitalocean/pynetbox) Python API client library for Netbox.