Skip to content

Commit 92a19d6

Browse files
authored
Updated readme
Updated readme
1 parent 26785e9 commit 92a19d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vultr API v2 PHP class wrapper
22

33

4-
Simple to use PHP class built for the [Vultr API](https://www.vultr.com/api). Updated for the API v2! Do all server actions along with account services like Block storage, backups, DNS, network, snapshots, Custom ISO's saved ip addresses and more.
4+
Simple to use PHP class built for the [Vultr API](https://www.vultr.com/api). Updated for the API v2! Do all server actions along with account services like Block storage, backups, DNS, network, snapshots, Custom ISO's, saved ip addresses and much more.
55

66

77
### Usage
@@ -20,7 +20,7 @@ use Corbpie\VultrAPIv2\VultrAPI;
2020

2121
$vultr = new VultrAPI();
2222

23-
echo $vultr->listServers();
23+
echo $vultr->listServers();//Lists all server instances for account
2424
```
2525

2626
### Current version
@@ -51,4 +51,4 @@ $vultr->serverCreateLabel('Created with API');//label instance as "Created with
5151
echo $vultr->serverCreate();//Creates instance/server with parameters set above (returns subid)
5252
```
5353

54-
See ```example.php``` for more.
54+
See ```example.php``` for more.

0 commit comments

Comments
 (0)