Skip to content

Commit

Permalink
Update README.md to use licenses separated by new line
Browse files Browse the repository at this point in the history
Based on 8dd1a10

Signed-off-by: Defne Dilbaz <[email protected]>
  • Loading branch information
ddilbazTT authored and github-actions[bot] committed Nov 26, 2024
1 parent 8dd1a10 commit c3e8116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
uses: actions/checkout@v2
- uses: enarx/spdx@master
with:
licenses: Apache-2.0 MIT
licenses: |-
Apache-2.0
MIT
```
## How it Works
Expand Down

0 comments on commit c3e8116

Please sign in to comment.