diff --git a/circular-dependency-checker/README.md b/circular-dependency-checker/README.md index f8fdb8e..acc0fe7 100644 --- a/circular-dependency-checker/README.md +++ b/circular-dependency-checker/README.md @@ -1,2 +1,13 @@ # circular-dependency-checker -Detect cyclic dependencies in Godot, which cause "bad address index". Inspired by https://gist.github.com/tavurth/0d4c49a0a800cbc27f80c3a68f0c8ee7 + +Detects cyclic dependencies in Godot projects that cause "bad address index" errors. + +## Quick start + +```bash +python circular_dependency_checker.py +``` + +## License + +Apache-2.0 — see [LICENSE](LICENSE).