Skip to content

Commit

Permalink
Line breaks in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spdeepak committed Sep 18, 2016
1 parent 5a27dde commit 114c9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# PostCodes-io-java
UK Postcode Java API serving up Open Data http://postcodes.io

<b>1. [Lookup a Post Code] (https://github.com/spdeepak/postcodes-io-java#lookup-a-postcode)</b>
<b>2. [Bulk lookup Post Codes](https://github.com/spdeepak/postcodes-io-java#bulk-lookup-postcodes)</b>
<b>3.[Get nearest postcodes for a given longitude & latitude] </b>
<b>1. [Lookup a Post Code] (https://github.com/spdeepak/postcodes-io-java#lookup-a-postcode)</b><br/>
<b>2. [Bulk lookup Post Codes](https://github.com/spdeepak/postcodes-io-java#bulk-lookup-postcodes)</b><br/>
<b>3.[Get nearest postcodes for a given longitude & latitude] </b><br/>

###1. Lookup a postcode
PostcodeLookup.postcode("BS347NP").asJson();
Expand Down

0 comments on commit 114c9df

Please sign in to comment.