Skip to content

Commit e50d17b

Browse files
committed
docs(readme): add and fix links
1 parent 236b270 commit e50d17b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This repo contains notes and runnable examples of the lambda calculus as express
66

77
## Contents
88

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.
1010

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).
1212

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.
1414

1515
## Additional Resources
1616

0 commit comments

Comments
 (0)