diff --git a/README.md b/README.md index 198a9e1..2338f30 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Before you begin, make sure you have the following installed: -* Node.js (recommended version 16.x or higher) -* npm (comes with Node.js) +- Node.js (recommended version 16.x or higher) +- npm (comes with Node.js) ## Installation @@ -52,7 +52,7 @@ yarn add @hyperse/track ## Development > \[!IMPORTANT] -> The following instructions are for those who want to develop the hyperse related framework or plugins (e.g. if you intend to make a pull request). For instructions on how to build a project *using* Hyperse, please see the [Getting Started guide](https://hyperse-io.github.io/track/docs/community/contributing). +> The following instructions are for those who want to develop the hyperse related framework or plugins (e.g. if you intend to make a pull request). For instructions on how to build a project _using_ Hyperse, please see the [Getting Started guide](https://hyperse-io.github.io/track/docs/community/contributing). ### 1. Clone project to the local directory @@ -74,9 +74,9 @@ npm install The root directory has a `package.json` which contains build-related dependencies for tasks including: -* Building & deploying the docs -* Project for online presentation -* Linting, formatting & testing tasks to run on git commit & push +- Building & deploying the docs +- Project for online presentation +- Linting, formatting & testing tasks to run on git commit & push ### 3. Testing