markembling / MarkEmbling.PostcodesIO

.NET library for interacting with the excellent Postcodes.io service.
MIT License
23 stars 16 forks source link

Example on main page #5

Closed grahamha closed 7 years ago

grahamha commented 7 years ago

In your example on the README.md you've got

var client = new PostcodesIOClient(); var result = _client.Lookup("GU1 1AA");

I think you mean client.Lookup rather than _client.Lookup

markembling commented 7 years ago

Yes, you're quite right - I've sorted that now! Thank you. No idea how I never spotted that.