Skip to content

Commit c5621b9

Browse files
Hunt MattHunt Matt
authored andcommitted
Code correction for readme
1 parent 646d45b commit c5621b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Well all you basically have to do is install the [GeoJSON.Net](https://www.nuget
1010

1111
To deserialize a json string:
1212

13-
'var geoJsonObject = JsonConvert.DeserializeObject<Point>(json);'
13+
`var geoJsonObject = JsonConvert.DeserializeObject<Point>(json);`
1414

1515
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).
1616

0 commit comments

Comments
 (0)