From e662e7328aba419a0eabaced9e81c4d8a98f931a Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Wed, 16 Apr 2014 07:23:37 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23fcb7d..3101a22 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Terradue.GeoJson - GeoJson library for .Net +# DotNetGeoJson - GeoJson library for .Net -Terradue.GeoJson is a library targeting .NET 4.0 and above that provides an easy -way to manage GeoJson objects with serialization and deserialization functions based on ServiceStack -and transformation functions from GML and Well Known Text (WKT) +Terradue.GeoJson is a library targeting .NET 4.0 and above providing an easy +way to manage GeoJson objects with serialization and deserialization functions based on [ServiceStack](https://github.com/ServiceStack/ServiceStack) +and transformation functions from [GML](http://en.wikipedia.org/wiki/Geography_Markup_Language) and [Well Known Text (WKT)](http://en.wikipedia.org/wiki/Well-known_text) ## Usage examples @@ -30,12 +30,13 @@ Install-Package Terradue.GeoJson ## Build -Terradue.GeoJson is a single assembly designed to be easy to deploy anywhere. If you -prefer to compile it yourself, you’ll need: +Terradue.GeoJson is a single assembly designed to be easily deployed anywhere. + +To compile it yourself, you’ll need: * Visual Studio 2012 or later, or Xamarin Studio -To clone it locally click the "Clone in Desktop" button above or run the +To clone it locally, click the "Clone in Desktop" button above or run the following git commands. ``` From b788b85be539e8aa02aea7565415388538025e7f Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Wed, 16 Apr 2014 07:24:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3101a22..0599f71 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DotNetGeoJson - GeoJson library for .Net Terradue.GeoJson is a library targeting .NET 4.0 and above providing an easy -way to manage GeoJson objects with serialization and deserialization functions based on [ServiceStack](https://github.com/ServiceStack/ServiceStack) +way to manage [GeoJson](http://en.wikipedia.org/wiki/GeoJSON) objects with serialization and deserialization functions based on [ServiceStack](https://github.com/ServiceStack/ServiceStack) and transformation functions from [GML](http://en.wikipedia.org/wiki/Geography_Markup_Language) and [Well Known Text (WKT)](http://en.wikipedia.org/wiki/Well-known_text) ## Usage examples