Skip to content

Commit 2dd237a

Browse files
committed
Clean up the readme file
1 parent 5d49e51 commit 2dd237a

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

README.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
1-
json-ld.net
2-
==========
1+
# json-ld.net
32

4-
A JSON-LD processor for .NET.
3+
A JSON-LD processor for .NET.
54

6-
v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/
5+
[v1.0.5 is available on NuGet.org][nuget].
76

8-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
7+
This project has adopted the [Microsoft Open Source Code of Conduct][coc].
8+
For more information see the [Code of Conduct FAQ][coc-faq] or contact
9+
[opencode@microsoft.com][ms-mail] with any additional questions or comments.
910

10-
#### Supported frameworks
11+
## Supported frameworks
1112

12-
* NET 4.0
13-
* NETStandard 1.3
14-
* Portable NET 4.5, Windows 8
13+
* .NET 4.0
14+
* .NET Standard 1.3 and 2.0
15+
* Portable .NET 4.5, Windows 8
1516

16-
Contributing
17-
=====
17+
## Contributing
1818

19-
Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core
19+
Pull requests for json-ld.net are welcome, to get started install the latest
20+
tools for .NET Core:
2021

21-
* https://dot.net
22-
* https://www.microsoft.com/net/core
22+
* [.NET Core][dnc]
23+
* [.NET Core tutorial][dnc-tutorial]
2324

24-
build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core.
25+
`build.ps1` will create a nupkg and run tests for both .NET desktop and .NET
26+
Core.
2527

28+
## Origin
2629

27-
Origin
28-
=====
29-
This project began life as a [Sharpen][sharpen]-based auto-port from [jsonld-java][jsonld-java].
30+
This project began life as a [Sharpen][sharpen]-based auto-port from
31+
[jsonld-java][jsonld-java].
3032

31-
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
32-
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
33+
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
34+
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
35+
[nuget]: https://www.nuget.org/packages/json-ld.net/
36+
[coc]: https://opensource.microsoft.com/codeofconduct/
37+
[coc-faq]: https://opensource.microsoft.com/codeofconduct/faq/
38+
[ms-mail]: mailto:opencode@microsoft.com
39+
[dnc]: https://dot.net
40+
[dnc-tutorial]: https://www.microsoft.com/net/core

0 commit comments

Comments
 (0)