Skip to content

Commit

Permalink
update README installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Apr 18, 2020
1 parent 4f1545f commit 412d095
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ This is a PHP implementation of the Elliptic Curve Digital Signature Algorithm.

### Installation

To install StarkBank`s ECDSA-PHP using composer:

```json
{
"require": {
"starkbank/ecdsa": "dev-master#0.0.2"
}
}
#### Composer

To install the package with Composer, run:

```sh
composer require starkbank/ecdsa
```

To use the bindings, use Composer's autoload:

```sh
require_once('vendor/autoload.php');
```

### Curves
Expand Down

0 comments on commit 412d095

Please sign in to comment.