Skip to content

Commit

Permalink
Minor README edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed May 18, 2015
1 parent f6409db commit e3e9af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@ This libraray provides a static [`Data.Time.Clock.TAI.LeapSecondTable`][1]
"containing" the leap seconds announced at library release time.
A new version of the library is released every time the International
Earth Rotation and Reference Systems Service (IERS) announces a new
leap second at [http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat].
leap second at http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat.

This module is intended to provide a quick-and-dirty leap second solution
for one-off analyses concerned only with the past and present (i.e. up
Expand All @@ -20,7 +20,7 @@ Usage
-----

Import `Data.Time.Clock.AnnouncedLeapSeconds` to bring the leap
second table `lst` into scope. Here is a usage example.
second table `lst` into scope. Here is a usage example:

```haskell
import Data.Time
Expand Down

0 comments on commit e3e9af1

Please sign in to comment.