Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit a4128af

Browse files
authored
Merge pull request #10 from itk-dev/feature/update-documentation
Updated package name in documentation
2 parents 5461226 + 1410566 commit a4128af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Send Digital Post to danish citizens from a webform.
77
Require it with composer:
88

99
```shell
10-
composer require "itk-dev/os2forms-digital-post"
10+
composer require "itk-dev/os2forms_digital_post"
1111
```
1212

1313
Enable it with drush:
@@ -43,7 +43,7 @@ $config['os2forms_digital_post'] = [
4343

4444
'service_uuid' => 'fd885b8b-4a3f-46cb-b367-6c9dda1c78f6',
4545
'service_endpoint' => 'https://prod.serviceplatformen.dk/service/Print/Print/2',
46-
'service_contract' => dirname(DRUPAL_ROOT) . '/web/modules/contrib/os2forms-digital-post/resources/contracts/PrintService/wsdl/context/PrintService.wsdl',
46+
'service_contract' => dirname(DRUPAL_ROOT) . '/web/modules/contrib/os2forms_digital_post/resources/contracts/PrintService/wsdl/context/PrintService.wsdl',
4747
];
4848

4949
```

0 commit comments

Comments
 (0)