Skip to content

Commit dd1b02f

Browse files
authored
Add CLI reference link to README and mention more examples are in the docs (#283) [skip ci]
1 parent 4b1de7b commit dd1b02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ Run `data-morph` on the command line:
101101
$ data-morph --start-shape panda --target-shape star
102102
```
103103

104-
This produces the animation in the newly-created `morphed_data` directory within your current working directory (shown above).
104+
This produces the animation in the newly-created `morphed_data` directory within your current working directory (shown above). More examples, including how to run multiple transformations in parallel, can be found in the [documentation](https://stefaniemolin.com/data-morph/).
105105

106106
----
107107

108-
See all available CLI options by passing in `--help`:
108+
See all available CLI options by passing in `--help` or consulting the [CLI reference](https://stefaniemolin.com/data-morph/stable/cli.html) in the documentation:
109109

110110
```console
111111
$ data-morph --help

0 commit comments

Comments
 (0)