From 2cbf2006c6e94d6958038de1e3bcb92fd5dec505 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Jul 2018 10:02:04 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df3f8ba3cc..35605d1945 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +

+ Bitwarden Web Vault +

+

+ The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/). +

@@ -18,15 +24,13 @@ ----- -The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/). +## Build/Run -# Build/Run - -**Requirements** +### Requirements - [Node.js](https://nodejs.org) v8.11 or greater -**Run the app** +### Run the app ``` npm install @@ -54,7 +58,7 @@ await apiService.setUrls({ ``` -# Contribute +## Contribute Code contributions are welcome! Please commit any pull requests against the `master` branch.