Showing 1 changed files with 2 additions and 2 deletions
+2 -2
README.md
... ...
@@ -165,12 +165,12 @@ With **infile** being:
165 165
 
166 166
 
167 167
 ```
168
-sed -i "s/key=.*/gain=NEW/" infile
168
+sed -i "s/key=.*/key=NEW/" infile
169 169
 ```
170 170
 In a section
171 171
 
172 172
 ```
173
-sed -i '/^\[section\]/{$!{N;s/gain=.*/key=NewMULTILINE/;ty;P;P;:y}}' infile
173
+sed -i '/^\[section\]/{$!{N;s/key=.*/key=NewMULTILINE/;ty;P;P;:y}}' infile
174 174
 ```
175 175
 
176 176
 # Match several times the same key=value