You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ This repo contains notes and runnable examples of the lambda calculus as express
6
6
7
7
## Contents
8
8
9
-
See the [`docs/`](/docs) directory for a formatted version of the code.
9
+
Visit [https://glebec.github.io/lambda-talk](https://glebec.github.io/lambda-talk) for a formatted version of the code.
10
10
11
-
The runnable JS file (with no dependencies – execute it wherever) is in [`src/index.js`](src/index.js). One way to execute the file is by cloning this repo and running `npm start`. Another way is to view the REPL [here]().
11
+
The runnable JS file is in [`src/index.js`](src/index.js). Execute the file is by cloning this repo and running `npm start`. Or, view the REPL [here](https://repl.it/Jgu4/235).
12
12
13
-
Slides will be uploaded to Slideshare… just as soon as LinkedIn stops trying to erroneously block the upload.
13
+
Slides will be uploaded to Slideshare… just as soon as LinkedIn stops trying to erroneously block the upload. Video will be linked once on YouTube.
0 commit comments