docusaurus/website/versioned_docs
Paul Glezen 4278cebf67
docs(v2): fix typo in command on installation page (#2886)
* Fix installation.md typo

Checking the docusaurus version should be done with

```
npx docusaurus --version
```

not 

```
npm docusaurus --version
```

otherwise it prints the version of `npm` instead of `docusaurus`.

* docs: Fixed installation.md for checking version.

Specifying `npm` for the version will yield the version of NPM
instead of docusaurus itself.  Use `npx` for the docusaurus version.
2020-06-06 04:14:53 +03:00
..
version-2.0.0-alpha.48 docs(v2): replace word append with prepend to describe useBaseUrl hook (#2707) 2020-05-02 03:05:51 +08:00
version-2.0.0-alpha.50 docs(v2): fix correct route base path for docs-only mode 2020-05-02 23:58:56 +03:00
version-2.0.0-alpha.54 docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
version-2.0.0-alpha.55 refactor(v2): various tweaks to website (#2816) 2020-05-27 20:56:59 +08:00
version-2.0.0-alpha.56 docs(v2): fix typo in command on installation page (#2886) 2020-06-06 04:14:53 +03:00