Skip to content

Commit

Permalink
Introduce broken link to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 8, 2025
1 parent 6736cb8 commit 2b23065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ That is all it takes! SafeDI utilizes macro decorations on your existing types t
SafeDI utilizes both Swift macros and a code generation plugin to read your code and generate a dependency tree. To integrate SafeDI, follow these three steps:

1. [Add SafeDI as a dependency to your project](#adding-safedi-as-a-dependency)
1. [Integrate SafeDI’s code generation into your build](#generating-your-dependency-tree)
1. [Integrate SafeDI’s code generation into your build](#generating-your-dependency-tree-broken)
1. [Create your dependency tree using SafeDI’s macros](Documentation/Manual.md)

You can see sample integrations in the [Examples folder](Examples/). If you are migrating an existing project to SafeDI, follow our [migration guide](Documentation/Manual.md#migrating-to-safedi).
Expand Down

0 comments on commit 2b23065

Please sign in to comment.