Skip to content

Commit

Permalink
Merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Feb 11, 2019
2 parents 3ebe18f + edb8c02 commit ba5aace
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<<<<<<< HEAD
=======
[![Build Status](https://travis-ci.org/rosette-api/php.svg?branch=develop)](https://travis-ci.org/rosette-api/php)

>>>>>>> develop
# PHP client binding for Rosette API #
See the wiki for more information.

Expand All @@ -14,16 +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 @@ -35,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>`

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
}
}
}

0 comments on commit ba5aace

Please sign in to comment.