Skip to content

Commit

Permalink
Minor fixes to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtvs committed Apr 21, 2020
1 parent 6571b9f commit 1d1e3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

All contributions to torch_lr_finder are welcome but make sure you read this first before making a PR.
All contributions are welcome but make sure you read this first before making a PR.

1. Generally there are two contribution categories:
- Bug-fixing: please search for the issue [here](https://github.com/davidtvs/pytorch-lr-finder/issues) first (including the closed issues). If you cannot find it feel free to create an issue so we can discuss it before making the PR. If there's already an issue, read through the discussion and propose the bug fix there before making the PR.
Expand All @@ -19,7 +19,7 @@ All contributions to torch_lr_finder are welcome but make sure you read this fir

A virtual environment or other forms of environment isolation are highly recommended before you continue.

- Installing pytorch-lr-finder in development mode:
- Installing torch-lr-finder in development mode:
```sh
pip install -e .[dev]
```
Expand Down

0 comments on commit 1d1e3e7

Please sign in to comment.