Skip to content

Commit

Permalink
Commit for merge purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Feb 10, 2019
1 parent cb5a06a commit edb8c02
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<binding root directory>:/source" rosetteapi/docker-php`

Additional environment settings:
`-e ALT_URL=<alternative URL>`
`-e FILENAME=<single filename>`

## Basic Usage ##
See [examples](examples)

Expand All @@ -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 "<binding root directory>:/source" rosetteapi/docker-php`

Additional environment settings:
`-e ALT_URL=<alternative URL>`
`-e FILENAME=<single filename>`

0 comments on commit edb8c02

Please sign in to comment.