Commit 5de4856
committed
docs: fix License section + use canonical codecov badge URL
Two README issues:
1. **License section said MIT instead of Apache-2.0.** The LICENSE
file in the repo root is Apache-2.0, but the README's License
section at the bottom still read 'MIT' (placeholder from the
scaffold). Replace with a proper License section that:
- Names the copyright holder (2026 Gilbert Wong)
- Points to the LICENSE file
- Includes the standard Apache 2.0 disclaimer boilerplate
- Links to https://www.apache.org/licenses/LICENSE-2.0
2. **Codecov badge used the shields.io variant.** Switched to the
canonical codecov.io badge URL:
https://codecov.io/gh/<org>/<repo>/graph/badge.svg
The shields.io variant still works, but the codecov.io-native
badge is what users expect on Elixir projects and what the
GitHub repo sidebar links to (https://codecov.io/gh/gilbertwong96/ado_cli).
Also fixed the 'git clone' command at the top of the install
section — was using the 'your-org/ado_cli' placeholder from the
scaffold, now points to the real repo URL.1 parent d06c180 commit 5de4856
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
0 commit comments