Jose Diaz-Gonzalez

Merge pull request #64 from laiso/patch-1

typo in Quick Start
...@@ -77,7 +77,7 @@ Within the directory we see: ...@@ -77,7 +77,7 @@ Within the directory we see:
77 The first step is to make a copy of the sample configuration file: 77 The first step is to make a copy of the sample configuration file:
78 78
79 $ cd simple 79 $ cd simple
80 - $ cp kappa.yml.simple kappa.yml 80 + $ cp kappa.yml.sample kappa.yml
81 81
82 Now you will need to edit ``kappa.yml`` slightly for your use. The file looks 82 Now you will need to edit ``kappa.yml`` slightly for your use. The file looks
83 like this: 83 like this:
......