Skip to content

Commit 0e25652

Browse files
committed
docs: update generated method names in README
1 parent dfe51bd commit 0e25652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The core of ProjectR is a Roslyn Source Generator that activates during compilat
4848

4949
* If it finds a static method named `ConfigureMappingPolicies(IPolicyConfiguration config)`, it parses the user-defined rules and applies them to override the default behavior.
5050

51-
4. **Code Generation**: It generates a `partial class` implementation in a `.g.cs` file containing the `ProjectAs`, `Build`, and `ApplyTo` methods. This generated code is then compiled along with the rest of your project.
51+
4. **Code Generation**: It generates a `partial class` implementation in a `.g.cs` file containing the `ProjectGenerated` and `BuildGenerated` methods. The public `Project` and `Build` methods in your base class then call these generated implementations. This generated code is compiled along with the rest of your project.
5252

5353
## 🚀 Getting Started: Example
5454

0 commit comments

Comments
 (0)