Skip to content

Commit c7e16e4

Browse files
authored
Update notes about examples after recent changes.
1 parent 17dd95c commit c7e16e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
You can use the following command to run an example, replacing `<name>` with the
44
appropriate value:
55
```bash
6-
spago -x example.dhall run -m Example.<name>
6+
spago -x example.dhall run -p examples/<name>.purs -m Example.<name>
77
```
8+
9+
## CSS output
10+
The [`output`](./output) subdirectory contains the CSS output produced by each example.
11+
12+
## Type errors
13+
The [`type-errors`](./type-errors) subdirectory contains examples of type safety that Tecton adds to CSS. All of these examples fail to compile (intentionally).

0 commit comments

Comments
 (0)