Skip to content

Commit 422e750

Browse files
More precise
1 parent 576a686 commit 422e750

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/jsr.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Installing a JS runtime
22

3-
_Cynthia doesn't need one, but most of it's plugins do!_
3+
_Cynthia doesn't need one, but most of its plugins do!_
44

55
## Supported runtimes
6-
- Cynthia supports **_Node.JS_ everywhere**, and **_Bun_ on Linux and MacOS**. If you have Bun working on Windows through WSL, it'll try that but most likely fail (and fall back on Node.JS).
6+
- Cynthia supports **_Node.js_ everywhere**, and **_Bun_ on Linux and MacOS**. If you have Bun working on Windows through WSL, it'll try that but most likely fail (and fall back on Node.JS).
77

8-
- Any available Bun instance is prefered over Node.JS by Cynthia, this because Cynthia assumes Bun will start faster.
8+
- Any available Bun instance is prefered over Node.js by Cynthia, this because Cynthia assumes Bun will start faster.
99
- Cynthia (plv2) plugins are rapidly iterated over, giving each a chance to modify or enhance outputs. This makes starting times **very** important, as a single action might mean 30 scripts being ran and returned from. This said, in testing, no serious issues have been seen, yet.
1010
- Cynthia finds runtimes through the _path_.
1111

1212
## Downloads
1313
I'll link you to these, and you should be able to download and install them according to their own websites.
14-
- Node.JS: <https://nodejs.org/en/download/> (LTS / v20.x.x is used in tests, too.)
15-
- Bun: <https://bun.sh>
14+
- Node.JS: <https://nodejs.org/en/download/> (`LTS / v20.x.x` is used in tests, too.)
15+
- Bun: <https://bun.sh> (`current` is used in tests, too.)

0 commit comments

Comments
 (0)