Skip to content

Commit

Permalink
Merge branch 'feature/nvmrc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaruk committed Sep 2, 2022
2 parents f8a4b24 + 4587a34 commit cb41330
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The primary mission is to be small in scope so that it may be easily extended an

After completing the steps below, you will be ready to begin using starbase:

1. Install [Node.js](https://nodejs.org) (latest LTS recommended)
1. Install [Node.js](https://nodejs.org) (refer to `.nvmrc` for tested/preferred version)
2. Clone starbase into your project root directory
3. Install dependencies by running `npm install` in your project root directory

Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h2 id="getting-started">Getting Started</h2>
<p>After completing the steps below, you will be ready to begin using
starbase:</p>
<ol type="1">
<li>Install <a href="https://nodejs.org">Node.js</a> (latest LTS
recommended)</li>
<li>Install <a href="https://nodejs.org">Node.js</a> (refer to
<code>.nvmrc</code> for tested/preferred version)</li>
<li>Clone starbase into your project root directory</li>
<li>Install dependencies by running <code>npm install</code> in your
project root directory</li>
Expand Down

0 comments on commit cb41330

Please sign in to comment.