Skip to content

Commit 6ef0204

Browse files
authored
Merge pull request #3 from alexfmpe/patch-1
Fix typos
2 parents 1a58938 + bfee06a commit 6ef0204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `servant-client-jsaddle`
1+
# `servant-jsaddle`
22

3-
This is a an implementation of the `servant-client-core` API on top of `jsaddle`, a framework that lets you write Haskell programs that compile to javascript to run in a browser or compile to native code that connects to a browser.
3+
This is an implementation of the `servant-client-core` API on top of `jsaddle`, a framework that lets you write Haskell programs that compile to javascript to run in a browser or compile to native code that connects to a browser.
44

55
It is similar to `servant-client-ghcjs`, except it supports native compilation and native GHCi. It even reuses some of the logic from `servant-client-ghcjs`.
66

0 commit comments

Comments
 (0)