Skip to content

Commit 1389690

Browse files
committed
Rename package to fcsapi/rest
1 parent f8739c9 commit 1389690

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![PHP Version](https://img.shields.io/badge/PHP-%3E%3D7.4-blue.svg)](https://php.net)
7-
[![Packagist](https://img.shields.io/packagist/v/fcsapi/rest-api.svg)](https://packagist.org/packages/fcsapi/rest-api)
7+
[![Packagist](https://img.shields.io/packagist/v/fcsapi/rest.svg)](https://packagist.org/packages/fcsapi/rest)
88

99
## Features
1010

@@ -19,7 +19,7 @@
1919

2020
### Composer (Recommended)
2121
```bash
22-
composer require fcsapi/rest-api
22+
composer require fcsapi/rest
2323
```
2424

2525
### Manual Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fcsapi/rest-api",
2+
"name": "fcsapi/rest",
33
"version": "4.0.0",
44
"description": "PHP REST API client for Forex, Cryptocurrency, and Stock market data from FCS API",
55
"type": "library",

0 commit comments

Comments
 (0)