Skip to content

Commit f997f47

Browse files
committed
Minor fix to README and add badges.
1 parent 5b32e89 commit f997f47

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# mdlint-obsidian
22

33
<!-- Badges placeholder -->
4-
<!-- [![PyPI version](https://badge.fury.io/py/mdlint-obsidian.svg)](https://badge.fury.io/py/mdlint-obsidian) -->
5-
<!-- [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) -->
6-
<!-- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -->
7-
<!-- [![Tests](https://github.com/you/mdlint-obsidian/actions/workflows/test.yml/badge.svg)](https://github.com/you/mdlint-obsidian/actions) -->
4+
[![PyPI version](https://badge.fury.io/py/mdlint-obsidian.svg)](https://badge.fury.io/py/mdlint-obsidian)
5+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![Tests](https://github.com/codeafix/mdlint-obsidian/actions/workflows/test.yml/badge.svg)](https://github.com/codeafix/mdlint-obsidian/actions)
88

99
A Python library and CLI tool that lints **Obsidian Flavored Markdown** files.
1010

@@ -188,7 +188,7 @@ All rules skip content inside fenced code blocks (``` ` ``` `` or `~~~`).
188188
## Development
189189

190190
```bash
191-
git clone https://github.com/you/mdlint-obsidian.git
191+
git clone https://github.com/codeafix/mdlint-obsidian.git
192192
cd mdlint-obsidian
193193
pip install -e ".[dev]"
194194
pytest

0 commit comments

Comments
 (0)