From 1d1e3e7170db3d784ac7e268a63fa8a077880b50 Mon Sep 17 00:00:00 2001 From: David Silva Date: Tue, 21 Apr 2020 23:27:10 +0200 Subject: [PATCH] Minor fixes to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 420faa0..b3a3094 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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] ```