Skip to content

Commit ba5aace

Browse files
committed
Merge conflicts.
2 parents 3ebe18f + edb8c02 commit ba5aace

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<<<<<<< HEAD
2-
=======
31
[![Build Status](https://travis-ci.org/rosette-api/php.svg?branch=develop)](https://travis-ci.org/rosette-api/php)
42

5-
>>>>>>> develop
63
# PHP client binding for Rosette API #
74
See the wiki for more information.
85

@@ -14,16 +11,6 @@ please check for its [**compatibilty with api.rosette.com**](https://developer.r
1411
If you have an on-premise version of Rosette API server, please contact support for
1512
binding compatibility with your installation.
1613

17-
=======
18-
## Docker ##
19-
A Docker image for running the examples against the compiled source library is available on Docker Hub.
20-
21-
Command: `docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-php`
22-
23-
Additional environment settings:
24-
`-e ALT_URL=<alternative URL>`
25-
`-e FILENAME=<single filename>`
26-
2714
## Basic Usage ##
2815
See [examples](examples)
2916

@@ -35,3 +22,13 @@ See the [wiki](https://github.com/rosette-api/php/wiki/Release-Notes)
3522

3623
## Additional Information ##
3724
Visit [Rosette API site](https://developer.rosette.com)
25+
26+
## Docker ##
27+
A Docker image for running the examples against the compiled source library is available on Docker Hub.
28+
29+
Command: `docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-php`
30+
31+
Additional environment settings:
32+
`-e ALT_URL=<alternative URL>`
33+
`-e FILENAME=<single filename>`
34+

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
}
3030
}
3131
}
32+

0 commit comments

Comments
 (0)