Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ In order to set up your development environment for getpapers, you need to insta

1. Work on your changes, and make regular commits to save them.

1. Test your changes by running `npm install` within the repository and running gepapers with `npm bin/getpapers.js`.
1. Test your changes by running `npm install` within the repository and running gepapers with `node bin/getpapers.js`.

1. When your changes work as intended, push them to your repository and [create a pull request](https://www.atlassian.com/git/tutorials/making-a-pull-request).

1. We will then review the pull request and merge it as soon as possible. If problems arise, they will be discussed within the pull request.
1. We will then review the pull request and merge it as soon as possible. If problems arise, they will be discussed within the pull request.