diff --git a/README.md b/README.md index 03584f9..deedb27 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ pip install layout2svg

Usage - Command Line Interface

```bash -layout2svg -i -o +layout2svg -i -o -t ```

Examples

@@ -25,7 +25,7 @@ Running the example with the mock layerstack file and layout provided in the ```bash -layout2svg -i examples/crossed_metal.gds -t examples/mock_layers.lys.yml -o examples/crossed_metal.svg +layout2svg -i ./tests/data/crossed_metal.gds -t ./tests/data/mock_layers.ymls -o ./tests/data/crossed_metal.svg ```