Skip to content

Commit e362487

Browse files
committed
Tweaks
1 parent 169e72d commit e362487

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Zod Crash Course
2-
3-
This Zod crash course will give you everything you ever needed to know about [Zod](https://github.com/colinhacks/zod) - an amazing library for building type-safe AND runtime-safe applications.
4-
51
## Quickstart
62

73
```sh
@@ -35,6 +31,8 @@ You'll know if you've succeeded because the tests will pass.
3531

3632
**If you succeeed**, or **if you get stuck**, unpause the video and check out the `*.solution.ts`. You can see if your solution is better or worse than mine!
3733

34+
You can run `yarn solution 01` to run the tests and typechecking on the solution.
35+
3836
## Acknowledgements
3937

4038
Say thanks to Matt on [Twitter](https://twitter.com/mattpocockuk) or by joining his [Discord](https://discord.gg/8S5ujhfTB3). Consider signing up to his [Total TypeScript course](https://totaltypescript.com).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "beginners",
2+
"name": "beginners-typescript",
33
"version": "1.0.0",
44
"main": "index.js",
55
"author": "Matt Pocock <mattpocockvoice@gmail.com>",
6-
"license": "MIT",
6+
"license": "GPT-3",
77
"devDependencies": {
88
"@types/node": "^18.6.5",
99
"chokidar": "^3.5.3",

0 commit comments

Comments
 (0)