jostraca 0.36.3 → 0.36.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,8 +62,8 @@ Run it and `out/acme/` holds `package.json` and `src/index.js`, with
|
|
|
62
62
|
|
|
63
63
|
The documentation set lives in
|
|
64
64
|
[`docs/`](https://github.com/jostraca/jostraca/tree/HEAD/docs) at the
|
|
65
|
-
repository root, and is rendered at [jostraca.org](https://jostraca.org)
|
|
66
|
-
|
|
65
|
+
repository root, and is rendered at [jostraca.org](https://jostraca.org),
|
|
66
|
+
in four kinds:
|
|
67
67
|
|
|
68
68
|
- **[Tutorial](https://github.com/jostraca/jostraca/blob/HEAD/docs/tutorial.md)**. Build a generator from nothing, then run it again over hand-edited output.
|
|
69
69
|
- **[How-to guides](https://github.com/jostraca/jostraca/blob/HEAD/docs/how-to/README.md)**. One page per task.
|