Browse Source

Remove bad chars from docs

Jordi Boggiano 13 years ago
parent
commit
8af189e300
1 changed files with 4 additions and 4 deletions
  1. 4 4
      doc/04-schema.md

+ 4 - 4
doc/04-schema.md

@@ -147,7 +147,7 @@ An Example:
     }
 
 
-For a package, when there is a choice between licenses (“disjunctive license”),
+For a package, when there is a choice between licenses ("disjunctive license"),
 multiple can be specified as array.
 
 An Example for disjunctive licenses:
@@ -159,14 +159,14 @@ An Example for disjunctive licenses:
         ]
     }
 
-Alternatively they can be separated with “or” and enclosed in brackets;
+Alternatively they can be separated with "or" and enclosed in brackets;
 
     {
         "license": "(LGPL-2.0 or GPL-3.0+)"
     }
 
-Similarly when multiple licenses need to be applied (“conjunctive license”),
-they should be separated with “and” and enclosed in brackets.
+Similarly when multiple licenses need to be applied ("conjunctive license"),
+they should be separated with "and" and enclosed in brackets.
 
 ### authors