diff --git a/README.md b/README.md index 560f17b..cb7afcf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -

🗡️Sword

+

Sword

+

+ +

A compile time dependency injection library for Swift

build license

---- - # Introduction Sword is a compile time dependency injection library for Swift, inspired by [Dagger](https://dagger.dev/). @@ -402,7 +403,7 @@ struct UserNavigation: View { | Assisted Injection | ✅ Supported | | Missing Dependency Error | ✅ Supported | | Duplicate Dependency Error | ✅ Supported | -| Cycle Dependency Error | 🚧 TBD | +| Cycle Dependency Error | ✅ Supported | # License This library is released under the MIT license. See [LICENSE](LICENSE) for details. diff --git a/assets/sword_logo.png b/assets/sword_logo.png new file mode 100644 index 0000000..a3ea065 Binary files /dev/null and b/assets/sword_logo.png differ