Skip to content

Commit 78f2937

Browse files
authored
Update README.md
1 parent 2cf3fb2 commit 78f2937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ See the full example project here: [`/EasySourceGenerators.Examples`](./EasySour
113113

114114
## What it does
115115

116-
You declare partial methods and provide generator methods marked with attributes such as:
116+
You declare partial methods, both static and non-static, and provide generator methods marked with attributes such as:
117117
- `[GeneratesMethod(...)]`
118118
- `[SwitchCase(...)]`
119119
- `[SwitchDefault]`
120120

121-
The generator uses Roslyn Source Generators under the hood to generate the source in build time.
121+
The generator uses Roslyn Source Generators under the hood to generate the source at build time.
122122

123-
The Generators package and binaries is not going to be added to your shipped code. The generators package will be added as a compile-time only dependency:
123+
The Generators package and its binaries will not be included in your shipped code. The generators package will be added as a compile-time only dependency:
124124

125125
```xml
126126
<PackageReference Include="EasySourceGenerators.Generators" Version="x.y.z"

0 commit comments

Comments
 (0)