You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Installation
18
18
19
19
To use the client library you'll need to have [created a Nexmo account][signup].
20
20
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/).
22
22
23
23
```bash
24
24
composer require nexmo/client
@@ -27,7 +27,7 @@ composer require nexmo/client
27
27
Usage
28
28
-----
29
29
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:
0 commit comments