diff --git a/README.md b/README.md
index 6d977b9..ca09724 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ Woodpecker action to build a package, analyze it with `namcap`, and output the p
This action supports PKGBUILDs that have AUR dependencies.
## Table of contents
- - [Inputs and outputs ](#inputs-and-outputs-)
- - [Usage ](#usage-)
- - [Contributing ](#contributing-)
- - [License ](#license-)
+ - [Inputs and outputs](#inputs-and-outputs-)
+ - [Usage](#usage-)
+ - [Contributing](#contributing-)
+ - [License](#license-)
-## Inputs and outputs
+## Inputs and outputs
### Inputs:
* `pkgDir`: relative path to the PKGBUILD directory.
* `gpgPublicKey`: GPG public key that will be used to sign packages.
@@ -24,7 +24,7 @@ None of these inputs are required.
* `srcInfo`: Generated `.SRCINFO`.
* `pkgFile`: Built package file.
-## Usage
+## Usage
```yaml
steps:
webhook:
@@ -38,8 +38,8 @@ steps:
from_secret: GPG_PASSPHRASE
```
-## Contributing
+## Contributing
PRs are welcome.
-## License
+## License
[MIT](https://git.slc.ar/slococo/calbuilder/src/branch/master/LICENSE.md)