Skip to content

Commit

Permalink
Version bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed Feb 8, 2018
1 parent b9c2c71 commit f2e53ff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ Requires PHP **5.3.23** or above. The cURL extension is recommended (although no

## Installation

The best way to install this SDK is with [Composer](http://getcomposer.org). Add the package [`dyninc/dyn-php`](https://packagist.org/packages/dyninc/dyn-php) to the `require` section of your `composer.json`:
The best way to install this SDK is with [Composer](http://getcomposer.org). With Composer installed, run:

"require": {
"dyninc/dyn-php": "0.10.0"
}
composer require dyninc/dyn-php

then run `composer install` to install the SDK along with its dependencies.
from the command line.

## Quickstart - DNS

Expand Down

0 comments on commit f2e53ff

Please sign in to comment.