Update README.md

This commit is contained in:
Tony Roy 2021-03-13 13:00:10 -04:00 committed by GitHub
commit ea2fecb651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
## Laravel NetBox ## Laravel NetBox
NetBox is an open source web application designed to help manage and document computer networks. NetBox is an open source web application designed to help manage and document computer networks.
### Table of contents ### Table of contents
- [Installation](#installation) - [Installation](#installation)
- [Usage](#usage) - [Usage](#usage)
- [Models](#models) - [Commands](#commands)
### Installation ### Installation
Install this package with composer: Install this package with composer:
``` ```
@ -88,7 +87,7 @@ public function getIndex(NetBox $netBox)
// //
} }
``` ```
### Models ### Commands
#### Global #### Global
```php ```php
NetBox::status()->show(array $params) NetBox::status()->show(array $params)