Browse Source

Made README more readable

Kristian Vos 3 years ago
parent
commit
9f937ca9a5
1 changed files with 23 additions and 23 deletions
  1. 23 23
      README.md

+ 23 - 23
README.md

@@ -11,31 +11,31 @@ In `backend`, run `yarn install`.
 
 ### Extension
 #### Chromium
-Go to `about://extensions`.
-Enable developer mode. 
-Click `Pack extension`.
-For `Extension root directory`, select the `extension/src` folder.
-If you have packed this extension before, also select the private key for `Private key file`, located at `extension/src.pem`.
-Click `Pack extension`
-Now you will have the extension, located at `extension/src.crx`
-You can drag this `src.crx` file on the `about://extensions` page.
-You can then click `Install` on the `NetflixBackup` extension.
-Allow permission.
-Click on `Options` for the `NetflixBackup` extension.
-Fill in the backend address, for example `http://localhost:3000`.
-Click `Save`.
-If the extension is not visible from the toolbar, make sure it is visible.
+Go to `about://extensions`.  
+Enable developer mode.  
+Click `Pack extension`.  
+For `Extension root directory`, select the `extension/src` folder.  
+If you have packed this extension before, also select the private key for `Private key file`, located at `extension/src.pem`.  
+Click `Pack extension`.  
+Now you will have the extension, located at `extension/src.crx`.  
+You can drag this `src.crx` file on the `about://extensions` page.  
+You can then click `Install` on the `NetflixBackup` extension.  
+Allow permission.  
+Click on `Options` for the `NetflixBackup` extension.  
+Fill in the backend address, for example `http://localhost:3000`.  
+Click `Save`.  
+If the extension is not visible from the toolbar, make sure it is visible.  
 
 ## Use
 ### Backend
-Run `node index.js`.
-You will first see how many items are currently stored, and when the latest stored was played. It will also log the first and last item currently stored.
-The backend is now ready.
-After the extension sends items, more information will be shown on the backend
+Run `node index.js`.  
+You will first see how many items are currently stored, and when the latest stored was played. It will also log the first and last item currently stored.  
+The backend is now ready.  
+After the extension sends items, more information will be shown on the backend.  
 
 ### Extension
-Go to Netflix.
-Log in on the correct profile.
-Refresh the page.
-Click on the extension in the toolbar.
-If everything says Ready, click on `Backup items to backend`.
+Go to Netflix.  
+Log in on the correct profile.  
+Refresh the page.  
+Click on the extension in the toolbar.  
+If everything says Ready, click on `Backup items to backend`.