Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Mar 9, 2024
1 parent 5faaa4c commit 849e869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/slidesEnglish.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main = putStrLn "hello!"
https://hanjoosten.github.io/HaskellWorkshop
~~~~

* Suited for workshop AND self-learning
* Crafted for both workshop AND self-learning
* forked from [Bryan O’Sullivan](https://github.com/bos/strange-loop-2011)


Expand Down Expand Up @@ -862,7 +862,7 @@ The next time you build your program, it figures out all the other libraries tha
`http-conduit` depends on, and downloads, compiles, and installs
the whole lot.

Now also add the following dependencies, for you will need them later as well:
While we are at it, also add the following dependencies, for you will need them later as well:

~~~~
- bytestring
Expand Down

0 comments on commit 849e869

Please sign in to comment.