Skip to content

Commit ac77d09

Browse files
authored
Update README.md
1 parent 433c8d8 commit ac77d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ class ExampleTest {
6161
```
6262

6363
**Notes**
64-
1. If your stub does not compile, just put it outside of the source directory, for example in a stub/ directory at the root of your project.
64+
1. If your stub does not compile, just put it outside of the source directory, for example in a `stub/` directory at the root of your project.
6565
2. The test is executed in the context of the maven project located at the root of your playground project. If you have separate maven projects and would like to execute a test in the context of one of them you can specify the directory of this project as the first argument of the `command` attribute: `"command": "snippets/subproject ExampleTest#testSum"`

0 commit comments

Comments
 (0)