More markdown fixes for processing readme

This commit is contained in:
Matthias Kuhn 2016-02-29 21:26:50 +01:00
parent 5e5ae94b4c
commit 427a5fbff3

View File

@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html).
A basic test appears under the toplevel key `tests` and looks like this:
- name: centroid
algorithm: qgis:polygoncentroids
params:
- type: vector
name: polys.gml
results:
OUTPUT_LAYER:
type: vector
name: expected/polys_centroid.gml
- name: centroid
algorithm: qgis:polygoncentroids
params:
- type: vector
name: polys.gml
results:
OUTPUT_LAYER:
type: vector
name: expected/polys_centroid.gml
How To
------