Ver Fonte

fix verbatim

oz123 há 12 anos atrás
pai
commit
889890524a
1 ficheiros alterados com 15 adições e 9 exclusões
  1. 15 9
      README.md

+ 15 - 9
README.md

@@ -54,21 +54,27 @@ To install:
 
 
    For Example:
    For Example:
      
      
-      [Generator]
-      numerics = true
-     
+     ```
+     [Generator]
+     numerics = true
+     ```
+
  * Passwords can be l33tified similarly using the following.
  * Passwords can be l33tified similarly using the following.
      
      
-      [Generator]
-      leetify = true
- 
+     ```
+     [Generator]
+     leetify = true
+     ```
+
  * Copying password to X11 or Mac clipbord:
  * Copying password to X11 or Mac clipbord:
   - On Mac OSX systems copying utilizes `pbcopy`  
   - On Mac OSX systems copying utilizes `pbcopy`  
   - On X11 Systems  Specify the path to `xsel` if you already have `~/.pwman/config` 
   - On X11 Systems  Specify the path to `xsel` if you already have `~/.pwman/config` 
       
       
-          [Global]
-          xsel = yes
-          xselpath = /usr/bin/xsel
+     ```
+     [Global]
+     xsel = yes
+      xselpath = /usr/bin/xsel
+      ```
  
  
      When launching `pwman` for the first time, it will try and look for 
      When launching `pwman` for the first time, it will try and look for 
      `xsel` and write the configuration properly. 
      `xsel` and write the configuration properly.