Skip to content

Commit bdc4b71

Browse files
committed
Fixed module descriptions.
1 parent 5111bd6 commit bdc4b71

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
# OS2Web Data lookup [![Build Status](https://travis-ci.org/OS2web/os2web_datalookup.svg?branch=8.x)](https://travis-ci.org/OS2web/os2web_datalookup)
22
## Install
33

4-
OS2Forms Drupal 8 module is available to download via composer.
4+
OS2Web Data lookup provides integration with Danish data lookup services such as Service platformen or Datafordeler.
5+
Module is available to download via composer.
56
```
67
composer require os2web/os2web_datalookup
78
drush en os2web_datalookup
89
```
910

1011
## Update
11-
Updating process for OS2forms module is similar to usual Drupal 8 module.
12+
Updating process for OS2Web Data lookup module is similar to usual Drupal 8 module.
1213
Use Composer's built-in command for listing packages that have updates available:
1314

1415
```
1516
composer outdated os2web/os2web_datalookup
1617
```
1718

1819
## Automated testing and code quality
19-
See [OS2Forms testing and CI information](https://github.com/OS2Forms/docs#testing-and-ci)
20+
See [OS2Web testing and CI information](https://github.com/OS2Web/docs#testing-and-ci)
2021

2122
## Contribution
2223

23-
OS2Forms project is opened for new features and os course bugfixes.
24+
Project is opened for new features and os course bugfixes.
2425
If you have any suggestion or you found a bug in project, you are very welcome
2526
to create an issue in github repository issue tracker.
2627
For issue description there is expected that you will provide clear and
2728
sufficient information about your feature request or bug report.
2829

2930
### Code review policy
30-
See [OS2Forms code review policy](https://github.com/OS2Forms/docs#code-review)
31+
See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)
3132

3233
### Git name convention
33-
See [OS2Forms git name convention](https://github.com/OS2Forms/docs#git-guideline)
34+
See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "os2web/os2web_datalookup",
33
"type": "drupal-module",
4-
"description": "Drupal 8 OS2Form module provides advanced webform functionality for Danish Municipalities",
4+
"description": "Provides integration with Danish data lookup services such as Service platformen or Datafordeler.",
55
"minimum-stability": "dev",
66
"prefer-stable": true,
77
"license": "EUPL-1.2",

0 commit comments

Comments
 (0)