Skip to content

Commit 040b32f

Browse files
lornajanemheap
authored andcommitted
Composer package isn't beta so we don't need to apologise
Remove reference to beta status, add a link to Composer homepage, and fix a capital letter.
1 parent b2a5d5f commit 040b32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818

1919
To use the client library you'll need to have [created a Nexmo account][signup].
2020

21-
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.)
21+
To install the PHP client library to your project, we recommend using [Composer](https://getcomposer.org/).
2222

2323
```bash
2424
composer require nexmo/client
@@ -27,7 +27,7 @@ composer require nexmo/client
2727
Usage
2828
-----
2929

30-
If you're using composer, make sure the autoloader is included in your project's bootstrap file:
30+
If you're using Composer, make sure the autoloader is included in your project's bootstrap file:
3131

3232
```php
3333
require_once "vendor/autoload.php";

0 commit comments

Comments
 (0)