Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HEAD' into dfed--better-link-che…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
dfed committed Jan 8, 2025
2 parents 47f9f15 + 4225ff9 commit 6736cb8
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-safedi-dependency-tree)
1. [Integrate SafeDI’s code generation into your build](#generating-your-dependency-tree)
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 6736cb8

Please sign in to comment.