diff --git a/docs/getting-started.md b/docs/getting-started.md index 9b8229ce..9bee50d0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -45,7 +45,7 @@ To see all options call cellxgene launch --help ``` -There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](##data-formatting) for more info on `prepare`). +There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](#data-formatting) for more info on `prepare`). ## data formatting @@ -94,7 +94,6 @@ To see all options call cellxgene prepare --help ``` - ## conda and virtual environments If you use conda and want to create a conda environment for `cellxgene` you can use the following commands