Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuzka committed Mar 14, 2019
1 parent 487bdb7 commit af47b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If you only need to add a new Spryk configuration you will start by adding an In

When this is done run the Integration tests with `vendor/bin/codecept run Integration -g {YOUR TEST GROUP}` and see the test failing. You will get a message that the Spryk definition was not found by the given name, so add the definition file for you new Spryk.

You need to add your Spryk definition file into `config/spryk/spryks` on project or core layer:
You need to add your Spryk definition file into `config/spryk/spryks/` on project or core level:

```
project OR package root directory
Expand All @@ -116,7 +116,7 @@ project OR package root directory
│ └─── ...
```

If you selected the template Spryk, you will most likely see the error that the defined template file could not be found. In this case you need to add your template to `config/spryk/templates/` on project or core layer:
If you selected the template Spryk, you will most likely see the error that the defined template file could not be found. In this case you need to add your template to `config/spryk/templates/` on project or core level:

```
project OR package root directory
Expand Down

0 comments on commit af47b8b

Please sign in to comment.