Skip to content

Commit 06ec7c6

Browse files
Update README.md
1 parent 12fe53f commit 06ec7c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ and execute `composer update`. You need to define the `repository` to evaluate t
4848
[SetaPDF-Signer](https://www.setasign.com/signer) component
4949
(see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).
5050

51-
### Evaluation version
51+
### Trial version
5252
By default, this packages depends on a licensed version of the [SetaPDF-Signer](https://www.setasign.com/signer)
53-
component. If you want to use it with an evaluation version please use following in your composer.json:
53+
component. If you want to use it with a trial version please use following in your composer.json:
5454

5555
```json
5656
{
5757
"require": {
58-
"setasign/setapdf-signer-addon-cumulo": "dev-evaluation"
58+
"setasign/setapdf-signer-addon-cumulo": "dev-trial"
5959
},
6060
"repositories": [
6161
{

0 commit comments

Comments
 (0)