Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #18

Merged
merged 2 commits into from
Mar 22, 2017
Merged

Improve documentation #18

merged 2 commits into from
Mar 22, 2017

Conversation

kurayama
Copy link
Member

Adds LICENSE and fixes some inconsistencies in the documentation.

@kurayama kurayama self-assigned this Mar 22, 2017
@kurayama kurayama requested a review from ruimarinho March 22, 2017 15:03
@ruimarinho
Copy link
Member

@kurayama kurayama force-pushed the support/improve-documentation branch from 02bec35 to c276f25 Compare March 22, 2017 17:50
README.md Outdated
## Debug

Enable verbose debugging by setting the DEBUG environment variable to DEBUG=process-manager.

## Release

```shell
$ npm version [<newversion> | major | minor | patch] -m "Release %s"`
$ npm version [<new version> | major | minor | patch] -m "Release %s"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md Outdated
```
## Test

To test using a local version of `node.js`, run:
To test using a local version of `node`, run:

```sh
$ yarn test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kurayama kurayama force-pushed the support/improve-documentation branch from c276f25 to e51e114 Compare March 22, 2017 17:52
@ruimarinho ruimarinho merged commit 9143d24 into master Mar 22, 2017
@ruimarinho ruimarinho deleted the support/improve-documentation branch March 22, 2017 18:15
@@ -13,13 +13,13 @@ graceful shutdowns.
Install the package via **yarn**:

```shell
$ yarn add '@uphold/process-manager'
yarn add '@uphold/process-manager'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

```

Or **npm**:

```shell
$ npm install '@uphold/process-manager' --save
npm install '@uphold/process-manager' --save
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

## Debug

Enable verbose debugging by setting the DEBUG environment variable to DEBUG=process-manager.

## Release

```shell
$ npm version [<newversion> | major | minor | patch] -m "Release %s"`
npm version [<new version> | major | minor | patch] -m "Release %s"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎


```sh
$ yarn test
yarn test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants