Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 7c93fe0

Browse files
committed
Add CI badge to readme
1 parent 924c59f commit 7c93fe0

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
@@ -1,4 +1,4 @@
1-
# Simple OAuth Password Grant
1+
# Simple OAuth Password Grant [![Lint & Test](https://github.com/wunderwerkio/drupal-simple-oauth-password-grant/actions/workflows/main.yml/badge.svg)](https://github.com/wunderwerkio/drupal-simple-oauth-password-grant/actions/workflows/main.yml)
22

33
This module re-implements the `PasswordGrant` for the `simple_oauth` module.
44
For more information about this repository, visit the project page at [https://www.drupal.org/project/simple_oauth_password_grant](https://www.drupal.org/project/simple_oauth_password_grant)
@@ -18,7 +18,7 @@ You can then obtain an access token by requesting it with the following payload:
1818
}
1919
```
2020

21-
**Important**
21+
**Important**
2222
The username can either be the Drupal username, or the Drupal user's email address!
2323

2424
## Testing
@@ -34,7 +34,7 @@ Run the following commands in the project root:
3434
ddev start
3535
```
3636

37-
To change the drupal version, use
37+
To change the drupal version, use
3838

3939
```sh
4040
ddev change-env

0 commit comments

Comments
 (0)