From edb8c02430a0bb2ae01ad440661477fbc8799fba Mon Sep 17 00:00:00 2001 From: Seth Gransky Date: Sun, 10 Feb 2019 17:51:30 -0600 Subject: [PATCH] Commit for merge purposes. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1212965..70dca96 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,6 @@ please check for its [**compatibilty with api.rosette.com**](https://developer.r If you have an on-premise version of Rosette API server, please contact support for binding compatibility with your installation. -## Docker ## -A Docker image for running the examples against the compiled source library is available on Docker Hub. - -Command: `docker run -e API_KEY=api-key -v ":/source" rosetteapi/docker-php` - -Additional environment settings: -`-e ALT_URL=` -`-e FILENAME=` - ## Basic Usage ## See [examples](examples) @@ -31,3 +22,13 @@ See the [wiki](https://github.com/rosette-api/php/wiki/Release-Notes) ## Additional Information ## Visit [Rosette API site](https://developer.rosette.com) + +## Docker ## +A Docker image for running the examples against the compiled source library is available on Docker Hub. + +Command: `docker run -e API_KEY=api-key -v ":/source" rosetteapi/docker-php` + +Additional environment settings: + `-e ALT_URL=` + `-e FILENAME=` +