Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 27, 2019
1 parent ec6e283 commit fc33974
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ smsmode-library

Integrate sMsmode API with your projects.

> IMPORTANT NOTICE: This package is still under development. Any changes will be
> done without prior notice to consumers of this package. Of course this code
> will become stable at a certain point, but for now, prefer this
> [stable version](https://github.com/webeweb/smsmode-library/tree/v1.0.8).
`sMsmode` provides an API that enables you to easily and automatically send SMS
messages from your applications. This API provides the following functions:

Expand Down Expand Up @@ -44,7 +39,7 @@ Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:

```bash
$ composer require webeweb/smsmode-library "^1.0"
$ composer require webeweb/smsmode-library "^2.0"
```

This command requires you to have Composer installed globally, as explained in
Expand All @@ -66,9 +61,8 @@ Open a command console and execute the following commands to download the latest
stable version of this package:

```bash
$ mkdir smsmode-library
$ git clone https://github.com/webeweb/smsmode-library.git
$ cd smsmode-library
$ git clone https://github.com/webeweb/smsmode-library.git .
$ composer install
```

Expand Down

0 comments on commit fc33974

Please sign in to comment.