diff --git a/README.md b/README.md index 5e368db..a0fbeec 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can browse the generated code live in the `IL Viewer` window of your IDE: Remove the guesswork from Source Generators mistakes. -Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals for this package is to make sure all errors, including user errors, setup errors, and edgecases are verbose and easily visible as an error line in your IDE. +Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals of this package is to make sure that any error - whether it’s a user mistake, a setup problem, or an edge case - shows up clearly in your IDE by highlighting the line that caused it. image