Skip to content

Commit 61b495e

Browse files
committed
Various fixes in README
- Fix link to author github user. - Fix mention to license file. - Reword feedback and doc section to follow current pattern.
1 parent 9ca3cd7 commit 61b495e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repo contains .NET **nanoFramework** metadata processor tool.
1010
It's a console app that performs various tasks when running a build of a C# project, like parsing the PE file generated by Roslyn, generating the PDBX files, generate the stubs for native code.
1111
Is part of .NET **nanoFramework** toolbox, along with other various tools that are required in .NET **nanoFramework** development, usage or repository management.
1212

13-
Version 2.0 is a C# application adapted from the original work of [Oleg Rakhmatulin](@OlegRa).
13+
Version 2.0 is a C# application adapted from the original work of [Oleg Rakhmatulin](https://github.com/OlegRa).
1414
Version 1.0 was a Visual C++ application adapted from .NETMF toolbox.
1515

1616
## Using the metadata processor
@@ -45,7 +45,7 @@ When adding a project to the solution the following points have to be kept in mi
4545

4646
## Feedback and documentation
4747

48-
To provide feedback, report issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).
48+
For documentation, providing feedback, issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).
4949

5050
Join our Discord community [here](https://discord.gg/gCyBu8T).
5151

@@ -55,7 +55,7 @@ The list of contributors to this project can be found at [CONTRIBUTORS](https://
5555

5656
## License
5757

58-
The **nanoFramework** metadata processor tool is licensed under the [MIT license](https://opensource.org/licenses/MIT).
58+
The **nanoFramework** metadata processor tool is licensed under the [MIT license](LICENSE.md).
5959

6060
## Code of Conduct
6161

0 commit comments

Comments
 (0)