Skip to content

Commit 5779dfa

Browse files
committed
Refactor
1 parent 86ea274 commit 5779dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EnterpriseVE.ProxmoxVE.Api-PHP
1+
# eve2pve-api-php
22
ProxmoVE Client API PHP
33

44
General
@@ -19,15 +19,15 @@ Recommended installation is using [Composer], if you do not have [Composer] what
1919
In the root of your project execute the following:
2020

2121
```sh
22-
$ composer require enterpriseve/enterpriseve.proxmoxve.api-php ~1.0
22+
$ composer require enterpriseve/eve2pve-api-php ~1.0
2323
```
2424

2525
Or add this to your `composer.json` file:
2626

2727
```json
2828
{
2929
"require": {
30-
"enterpriseve/enterpriseve.proxmoxve.api-php": "~1.0"
30+
"enterpriseve/eve2pve-api-php": "~1.0"
3131
}
3232
}
3333
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "enterpriseve/enterpriseve.proxmoxve.api-php",
2+
"name": "enterpriseve/eve2pve-api-php",
33
"description": "ProxmoVE Client API PHP",
44
"keywords": [
55
"Proxmox",

0 commit comments

Comments
 (0)