Skip to content

Commit b9c65d3

Browse files
committed
[course] update readme
1 parent c7e7645 commit b9c65d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Finally, we will also see that moving more of the complexity of your code to the
2020

2121
[Let's get started!](tree/main/00-introduction)
2222

23+
### [Workshop Slides](https://bit.ly/3jUf7ub)
24+
25+
### [Take the workshop on Codesandbox](https://codesandbox.io/s/github/gvergnaud/type-level-typescript-workshop?file=/README.md)
26+
2327
## Note on naming conventions
2428

2529
While it's very common to use upper-case single letters for generics because it works well for simple types: `Array<T>`, it doesn't read very well when types become more complex.

0 commit comments

Comments
 (0)