Skip to content

Commit 5d5e68b

Browse files
committed
add 'why?' menu item
1 parent a330709 commit 5d5e68b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* try to add examples for mainstream cases and some edge cases
3636
* start with an element for the `import` statement, followed by an empty string element
3737
* follow up with usage examples, one element per example
38-
* Finally run `yarn generate-readmes` or `npm run generate-readmes` to update all READMEs with your changes.
38+
* Finally run `yarn generate-readmes` or `npm run generate-readmes` to update all READMEs with your changes.
3939

4040
# App Testing
4141
[Raul Melo](https://github.com/raulfdm) has written [a nice test framework](https://github.com/devraul/just-test) for testing cjs and esm imports of Just utilities in a variety of common app environments. Take advantage of this if you want to test how a module will work in the context of a given app.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Just
55

6-
## [Docs](#the-modules-package) | [Try It](https://anguscroll.com/just) | [Contribute!](https://github.com/angus-c/just/blob/master/CONTRIBUTING.md)
6+
## [Docs](#the-modules-package) | [Why?](#read-books) | [Try It](https://anguscroll.com/just) | [Contribute!](https://github.com/angus-c/just/blob/master/CONTRIBUTING.md)
77

88
A library of **zero-dependency** npm modules that do just one thing.
99
A guilt-free alternative to those bulkier utility libraries. Ideal for PWA development or whenever bytes are precious.

Diff for: templates/global.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Just
22

3-
## [Docs](#the-modules-package) | [Try It](https://anguscroll.com/just) | [Contribute!](https://github.com/angus-c/just/blob/master/CONTRIBUTING.md)
3+
## [Docs](#the-modules-package) | [Why?](#read-books) | [Try It](https://anguscroll.com/just) | [Contribute!](https://github.com/angus-c/just/blob/master/CONTRIBUTING.md)
44

55
A library of **zero-dependency** npm modules that do just one thing.
66
A guilt-free alternative to those bulkier utility libraries. Ideal for PWA development or whenever bytes are precious.

0 commit comments

Comments
 (0)