Skip to content

Commit

Permalink
Merge pull request #4 from jbloomlab/rename-env
Browse files Browse the repository at this point in the history
Rename env and fix README typo
  • Loading branch information
WillHannon-MCB authored Jul 17, 2024
2 parents 5468bba + 1c628ba commit 387fc5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ node -v
npm -v
```

If this is the first time you're contributing to the website, you'll need to tell `npm` to install all of the packages in the `packages.json` file. To do this, run the following command from within the repository:
If this is the first time you're contributing to the website, you'll need to tell `npm` to install all of the packages in the `package.json` file. To do this, run the following command from within the repository:

```bash
npm install
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: jbloomlab.org
name: jbloomlab.github.io
channels:
- conda-forge
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 387fc5f

Please sign in to comment.