Browse Source

Update 'README.md'

Frederik Filip Stæger 4 years ago
parent
commit
fc34b86a54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -11,7 +11,7 @@ The repository also includes an automatic segmentation/spatial normalization pip
 Program for automatic segmentation to a DAPI-stained coronal mouse brain slices.
 
 **Getting started**
- - [Setup your environment](#how-to-setup-the-environment) with the correct python version, python packages, and Advanced Normalization Tools (ANTs).
+ - [Setup your environment](#setting-up-the-environment) with the correct python version, python packages, and Advanced Normalization Tools (ANTs).
  -  Download the and unzip the [example folder](./Example_folder.zip).
  - In a terminal window, navigate into the unzipped example folder.
  - Run the runner_example.sh with the command ```bash runner_example.sh```
@@ -19,7 +19,7 @@ Program for automatic segmentation to a DAPI-stained coronal mouse brain slices.
 
 For detailed parameter and output description go to the [automatic segmentation program](./automatic_segmentation_program).
 
-## How to setup the environment
+## Setting up the environment
 Below is a quick guide to setup the enviroment on a UNIX (Mac and Linux) system
 
 * The program requires Python 3.7+. You can get the newest version of python by installing Anaconda (https://www.anaconda.com). To check your version of python, type ```python --version```