Skip to content

Commit fb47ef3

Browse files
committed
Update README
1 parent b0aa27f commit fb47ef3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
**javascript-bridge** is an easy way of calling JavaScript from
44
Haskell, using web-sockets as the underlying transport
5-
mechanism. Conceptually, javascript-bridge works be giving
6-
Haskellacccess to the JavaScript `eval` function. However, using a
7-
remote monad, we support evaluation of JavaScript fragments, calling
8-
and returning values from JavaScript functions, constructing
9-
and using remote objects, and sending events from JavaScript
10-
to Haskell.
5+
mechanism. Conceptually, javascript-bridge gives Haskell acccess to
6+
the JavaScript `eval` function. However, using a remote monad, as
7+
well as supporting evaluation of JavaScript fragments, we also support
8+
calling and returning values from JavaScript functions, constructing
9+
and using remote objects, and sending events from JavaScript to
10+
Haskell.
1111

1212
# High-level overview of API
1313

0 commit comments

Comments
 (0)