Skip to content

Commit 56bc4ca

Browse files
committed
use consistent terminology
1 parent 8905155 commit 56bc4ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Although IntelliSense in your IDE guides the available SDK decorators and their
2020

2121
When you upload your project's built assembly to the ODC Portal, it does not have access to the underlying code—the ODC Portal checks compliance with the rules using the assembly's metadata.
2222

23-
This extension, built from scratch, implements the rules using the rich code analysis APIs of [Roslyn](https://github.com/dotnet/roslyn), the .NET compiler.
23+
This component, built from scratch, implements the rules using the rich code analysis APIs of [Roslyn](https://github.com/dotnet/roslyn), the .NET compiler.
2424

2525
## How to use
2626

@@ -36,7 +36,7 @@ Add the [NuGet package](https://www.nuget.org/packages/CustomCode.Analyzer/) as
3636

3737
```dotnet add package CustomCode.Analyzer```
3838

39-
If your project references the External Libraries SDK (`OutSystems.ExternalLibraries.SDK`), the component should automatically start providing feedback on your code.
39+
If your project references the External Libraries SDK (`OutSystems.ExternalLibraries.SDK`), the package should automatically start providing feedback on your code.
4040

4141
> :bulb: Auto-updating extensions for Visual Studio Code and Rider are in the works.
4242
@@ -49,6 +49,6 @@ If your project references the External Libraries SDK (`OutSystems.ExternalLibra
4949

5050
## Contributing
5151

52-
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues).
52+
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues/new/choose).
5353

54-
PRs are welcome. Code quality improvements, features (especially those in the TODO list) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be comprehensively covered by new tests.
54+
PRs are welcome. Code quality improvements, features (especially those in the TODO list) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be covered by new tests.

0 commit comments

Comments
 (0)