add pypi badge
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 31 May 2019 07:57:42 +0000 (09:57 +0200)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 31 May 2019 07:57:42 +0000 (09:57 +0200)
README.md

index 0fb5fd1339030fe051490b0dc7f314648da90151..bbd056ed12bc86ec996cce31953410d1130d34eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![PyPI
+version](https://badge.fury.io/py/pypi.svg)](https://badge.fury.io/py/pypi)
 [![Downloads](https://pepy.tech/badge/ffpass)](https://pepy.tech/project/ffpass)
 
 # ffpass - Import and Export passwords for Firefox Quantum
@@ -23,8 +25,8 @@ pip install ffpass
   - Export to CSV
   - Import from CSV compatible with Google Chrome
 
-
-> Note: Firefox must be closed during the whole process, as these actions change its database.
+> Note: Firefox must be closed during the whole process, as these
+> actions change its database.
 
 ## Export to CSV
 
@@ -93,21 +95,26 @@ By default, it works with the passwords exported from Google Chrome.
 
 ### Import in Firefox
 
-1. Stop Firefox
-2. Import into Firefox:
+1.  Stop Firefox
+2.  Import into Firefox:
+
+<!-- end list -->
+
 ``` bash
 ffpass import --from passwords.csv
 ```
 
 Restart Firefox, making sure it didn't leave any process still open.
 
-
 ## Transfer from Firefox to Google Chrome
 
 ### Export from Firefox
 
-1. Stop Firefox
-2. Export from Firefox:
+1.  Stop Firefox
+2.  Export from Firefox:
+
+<!-- end list -->
+
 ``` bash
 ffpass export --to passwords.csv
 ```
@@ -148,10 +155,10 @@ ffpass export --to passwords.csv
     It means that Firefox currently doens't store any password. `ffpass`
     cannot create the password database for security reasons. Just add
     one password manually to Firefox to create the database.
-    
+
   - `TypeError: 'PosixPath' object is not iterable`
-  
-    See [#17](https://github.com/louisabraham/ffpass/issues/17).
+    
+    See [\#17](https://github.com/louisabraham/ffpass/issues/17).
 
   - Empty url field in Firefox after importing: the urls of the source
     csv file must begin with a scheme (`http://`, `https://`, `ftp://`,