From 35f28bdc719e38d84deaa4c7d5ba81c1492f07e4 Mon Sep 17 00:00:00 2001
From: Mark McDowall <mark@mcdowall.ca>
Date: Tue, 9 Apr 2019 20:47:50 -0700
Subject: [PATCH] Update docs

- Fix project names
- Unify dev environment setup
---
 CONTRIBUTING.md | 16 +---------------
 README.md       |  4 ++--
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab945cb0c..4ac70708f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,21 +7,7 @@ Setup guides, FAQ, the more information we have on the wiki the better.
 
 ## Development ##
 
-### Tools required ###
-- Visual Studio 2015
-- HTML/Javascript editor of choice (Sublime Text/Webstorm/Atom/etc)
-- npm (node package manager)
-- git
-
-### Getting started ###
-
-1.  Fork Sonarr
-2.  Clone (develop branch) *you may need pull in submodules separately if you client doesn't clone them automatically (CurlSharp)*
-3.  Run `npm install`
-4.  Run `npm start` - Used to compile the UI components and copy them.
-    Leave this window open.
-    If you have gulp globally installed you can use `gulp watch` instead
-5.  Compile in Visual Studio
+See the readme for information on setting up your development environment.
 
 ### Contributing Code ###
 - If you're adding a new, already requested feature, please comment on [Github Issues](https://github.com/Sonarr/Sonarr/issues "Github Issues") so work is not duplicated (If you want to add something not already on there, please talk to us first)
diff --git a/README.md b/README.md
index 544cb6aa0..6384b4ccb 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
 
 * Run `yarn build` to build the UI
 * Open `Sonarr.sln` in Visual Studio
-* Make sure `Sonarr.Console` is set as the startup project
-* Build `Sonarr.Windows` and `Sonarr.Mono` projects
+* Make sure `NzbDrone.Console` is set as the startup project
+* Build `NzbDrone.Windows` and `NzbDrone.Mono` projects
 * Build Solution
 
 ### UI Development