diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b576caa..22718fc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -39,7 +39,7 @@ If you are working on the CLI, you will need:
Here are some folders that worth noticing:
* `package` contains the code for the web version and the browser extension. Development is done with `javascript` and `Vue`.
- * `lesspass-pure` contains the core of `lesspass`. Running `yarn dev` in this folder will run a `lesspass` instance locally.
+ * `lesspass-pure` contains the core of `lesspass`. Running `yarn start` in this folder will run a `lesspass` instance locally.
* `lesspass-web-extension` contains the code specific for the web extension.
* `lesspass-render-password` contains the algorithm to generate passwords.
* `cli` contains the command line version. Development is done with `python`.
diff --git a/packages/lesspass-pure/src/components/MasterPassword.vue b/packages/lesspass-pure/src/components/MasterPassword.vue
index 417fe31..ad3024a 100644
--- a/packages/lesspass-pure/src/components/MasterPassword.vue
+++ b/packages/lesspass-pure/src/components/MasterPassword.vue
@@ -43,16 +43,14 @@
-
+
+