Commit cff54ccd authored by Paul Asmuth's avatar Paul Asmuth
Browse files

fix typo in readme

parent c74ce289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ Input File (`example_chart.plot`):
        title: "北京市";
        point-size: 3.3pt;
        xs: csv(testdata/city_temperatures.csv, month);
        ys: csv(testdata/city_temperatures.csv, bejing);
        ys: csv(testdata/city_temperatures.csv, beijing);
      }

      # ...