Skip to content

Commit

Permalink
Typo recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 19, 2023
1 parent 7aa5ca9 commit 00dbed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ url = "https://hackage.haskell.org/package/shake-0.19.6/shake-0.19.6.tar.gz"
```

:information_source: Although the `timestamp` field in the package source metadata is
optional, it is highly reccomended if you intend your repository users to
optional, it is highly recommended if you intend your repository users to
be able to use cabal's `index-state` functionality. Adding a timestamp
every time you add a package version ensures the newly created index is
"compatible" with what the users have already fetched.
Expand All @@ -100,7 +100,7 @@ every time you add a package version ensures the newly created index is

### Adding one package

It's reccomended to create a working directory first.
It's recommended to create a working directory first.

Let's add a package (say `typed-protocols-0.1.0.0` from https://github.com/input-output-hk/ouroboros-network/tree/master/typed-protocols, at commit hash fa10cb4eef1e7d3e095cec3c2bb1210774b7e5fa).

Expand Down

0 comments on commit 00dbed9

Please sign in to comment.