Skip to content

Commit 9f94198

Browse files
authored
Update README.md
1 parent 2efe333 commit 9f94198

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Packet
1+
# Equinix Metal
22

3-
A Python client for the Packet API.
3+
A Python client for the Equinix Metal API.
44

55
![Build Status](https://drone.packet.net/api/badges/packethost/packet-python/status.svg "Build Status")
66
![](https://img.shields.io/badge/Stability-Maintained-green.svg)
77

8-
This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Packet and its community - available to use in production environments.
8+
This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
99

1010
## Table of Contents
1111

@@ -33,7 +33,7 @@ This repository is [Maintained](https://github.com/packethost/standards/blob/mas
3333

3434
## Installation
3535

36-
The packet python api library can be installed using pip:
36+
The Equinix Metal python api library can be installed using pip:
3737

3838
pip install packet-python
3939

@@ -43,8 +43,8 @@ https://pypi.python.org/pypi/packet-python
4343

4444
## Documentation
4545

46-
Full Packet API documenation is available here:
47-
[https://www.packet.net/developers/api/](https://www.packet.net/developers/api/)
46+
Full Equinix Metal API documenation is available here:
47+
[https://metal.equinix.com/developers/api/](https://metal.equinix.com/developers/api/)
4848

4949
## Authentication
5050

@@ -107,7 +107,7 @@ device.reboot()
107107

108108
### Listing all Devices Limiting to 50 per Page
109109

110-
_Packet API defaults to a limit of 10 per page_
110+
_Equinix Metal API defaults to a limit of 10 per page_
111111

112112
```python
113113
import packet
@@ -264,10 +264,6 @@ print(vlan)
264264
CargoCulted with much gratitude from:
265265
https://github.com/koalalorenzo/python-digitalocean
266266

267-
## Copyright
268-
269-
Copyright (c) 2017 Packet Host. See [License](LICENSE.txt) for further details.
270-
271267
## Changes
272268

273269
See the [Changelog](CHANGELOG.md) for further details.

0 commit comments

Comments
 (0)