Skip to content

Commit 2ec1aeb

Browse files
authored
Clarify installation instructions
1 parent 0a17af6 commit 2ec1aeb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ To use the client library you'll need to have [created a Nexmo account][signup].
2121
To install the PHP client library using Composer (Whilst the client is marked as a beta, the API is stable. The beta flag is due to the fact that the client does not cover the full Nexmo API yet.)
2222

2323
```bash
24-
composer require nexmo/client:@beta
25-
```
26-
27-
Alternatively you can clone the repository, however, you'll need to ensure the library is autoloaded by a PSR-0 or PSR-4
28-
compatible autoloader.
29-
30-
```bash
31-
git clone [email protected]:Nexmo/nexmo-php.git
24+
composer require nexmo/client
3225
```
3326

3427
Usage

0 commit comments

Comments
 (0)