diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 59d3cd6d..7e11d1a5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: about: Please ask and answer questions here. - name: Documentation (v1) url: https://eemeli.org/yaml/v1 - about: Documentation for yaml@latest + about: Documentation for yaml@1 - name: Documentation (v2) url: https://eemeli.org/yaml/ - about: Documentation for yaml@next + about: Documentation for yaml@2 diff --git a/README.md b/README.md index 2bddc8f7..0d1ad188 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more information, see the project's documentation site: [**eemeli.org/yaml** To install: ```sh -npm install --save-exact yaml@next +npm install yaml ``` **Note:** These docs are for `yaml@2`. For v1, see the [v1.10.0 tag](https://github.com/eemeli/yaml/tree/v1.10.0) for the source and [eemeli.org/yaml/v1](https://eemeli.org/yaml/v1/) for the documentation. diff --git a/docs/01_intro.md b/docs/01_intro.md index a9c9ed85..622cdd6f 100644 --- a/docs/01_intro.md +++ b/docs/01_intro.md @@ -3,9 +3,9 @@ > To install: ```sh -npm install --save-exact yaml@next +npm install yaml # or -yarn add --exact yaml@next +yarn add yaml ``` > To use: