Fixes readme
This commit is contained in:
parent
0438bb1952
commit
a611eaa81e
|
|
@ -41,7 +41,7 @@ packages.
|
|||
|
||||
Clone it like it’s 2009:
|
||||
|
||||
git clone https://github.com/lelanthran/Zjs.git
|
||||
git clone https://code.lelanthran.com/lelanthran/Zjs
|
||||
|
||||
Then copy what you need and use it however you like. No bundling. No
|
||||
compiling. No YAML. No weirdness. Just HTML and a `<script>` tag.
|
||||
|
|
@ -57,7 +57,7 @@ humanity they should really be skeptical of their own identity as a
|
|||
non-machine.
|
||||
|
||||
#### Contributor Restrictions
|
||||
*I* **WILL NOT** *accept anything* (Logical `OR` The following items):
|
||||
**I WILL NOT** *accept anything* (Logical `OR` The following items):
|
||||
- ... That requires NPM, Python or some other non-ubiquitous runtime.
|
||||
- ... With a dependency.
|
||||
- ... That requires a build-step.
|
||||
|
|
@ -66,11 +66,12 @@ non-machine.
|
|||
- ... That has nothing to do with the code (one would think that this one is
|
||||
obvious, but then one would be in for a surprise).
|
||||
|
||||
*I* **WILL** *accept* (Logical `AND` the following items):
|
||||
**I WILL** *accept* (Logical `AND` the following items):
|
||||
- ... Web Components prefixed with `Zjs`/`zjs-`,
|
||||
- ... That have no build-step,
|
||||
- ... That have no runtime dependencies other than the browser and Javascript,
|
||||
- ... That solve an widespread problem.
|
||||
- ... That solve a widespread problem.
|
||||
- ... Bugfixes.
|
||||
|
||||
At some point I'll add in some way to automate the testing a little; it's
|
||||
doubtful that the testing process will remain dependency-free, but we'll see.
|
||||
|
|
|
|||
Loading…
Reference in New Issue