From 056359c90a8688c4e324543dc24a916815729461 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Apr 2018 22:11:43 -0400 Subject: [PATCH] remove endpoint changes from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index fb6bf7aba20..659ba61300c 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,6 @@ The Bitwarden browser extension is written using the Chrome Web Extension API an - [Gulp](http://gulpjs.com/) (`npm install --global gulp-cli`) - Chrome (preferred), Opera, or Firefox browser -**API endpoint** - -By default the extension is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the extension to target your local instance. Open `src/services/api.service.ts` and set `this.baseUrl` and `this.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`). - **Run the app** ```