Skip to content

Commit f48eef8

Browse files
committed
docs: add PyPI badge and absolute demo image URL
1 parent b092860 commit f48eef8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![CI](https://github.com/gazzycodes/knot/actions/workflows/ci.yml/badge.svg)](https://github.com/gazzycodes/knot/actions/workflows/ci.yml)
44
[![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
6+
[![PyPI](https://img.shields.io/pypi/v/knot-imports.svg)](https://pypi.org/project/knot-imports/)
67

78
**Detect and visualize circular imports in Python projects — fast, static, and dependency-free.**
89

@@ -17,7 +18,7 @@ can emit a [Mermaid](https://mermaid.js.org/) diagram of your import graph.
1718

1819
## Demo
1920

20-
![knot detecting a circular import in the bundled example project](docs/demo.gif)
21+
![knot detecting a circular import in the bundled example project](https://raw.githubusercontent.com/gazzycodes/knot/main/docs/demo.gif)
2122

2223
> The [`examples/shop`](examples/shop) package intentionally contains a circular
2324
> import so you can try `knot` immediately: `knot examples/shop`.

0 commit comments

Comments
 (0)