Skip to content

Commit 47af05c

Browse files
Updating readme
1 parent ca68229 commit 47af05c

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
#GeoJSON.NET [![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET/) [![Build status](https://ci.appveyor.com/api/projects/status/i5afnui06gqco0wi)](https://ci.appveyor.com/project/GeojsonNet/geojson-net)
1+
# GeoJSON.NET
2+
[![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET/)
3+
4+
[![Build status](https://ci.appveyor.com/api/projects/status/n4q1opb6dod0hwac?svg=true)](https://ci.appveyor.com/project/matt-lethargic/geojson-net)
25

36
GeoJSON.Net is a .NET library for the [RFC 7946 The GeoJSON Format](https://tools.ietf.org/html/rfc7946) and it uses and provides [Newtonsoft Json.NET](http://json.codeplex.com) converters for serialization and deserialization of GeoJSON data.
47

58

6-
##Installation & Usage
9+
## Installation & Usage
710
Well all you basically have to do is install the [GeoJSON.Net](https://www.nuget.org/packages/GeoJSON.Net/) NuGet package:
811

912
`PM> Install-Package GeoJSON.Net`
@@ -15,14 +18,14 @@ To deserialize a json string:
1518
That's all there is. Really. From there on you can go ahead and (De-)Serialize GeoJSON using the provided [converters](https://github.com/GeoJSON-Net/GeoJSON.Net/tree/master/src/GeoJSON.Net/Converters) - see [the Tests for example usage](https://github.com/GeoJSON-Net/GeoJSON.Net/tree/master/src/GeoJSON.Net.Tests).
1619

1720

18-
##News
19-
Well it's probably best to check out the [commits](https://github.com/GeoJSON-Net/GeoJSON.Net/commits/master) what has been added over time.
21+
## News
22+
It's probably best to check out the [commits] and the [issues](https://github.com/GeoJSON-Net/GeoJSON.Net/commits/master) what has been added over time.
2023

2124
## Contributing
2225
Highly welcome! Just fork away and send a pull request.
2326

2427

25-
##Thanks
28+
## Thanks
2629
This library would be NOTHING without its [contributors](https://github.com/GeoJSON-Net/GeoJSON.Net/graphs/contributors) - thanks so much!!
2730

2831
## Copyright

0 commit comments

Comments
 (0)