Skip to content

Commit

Permalink
md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 28, 2024
1 parent e3e529f commit 3ad2279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ final class SimpleTest {
```

The `simpleTest()` method will be called a number of times, every time
getting the content of the next YAML file inside the `yaml` variable.
getting the content of the next YAML file inside the `yaml` variable.

We use this library in `PacksTest`, `OptimizeMojoTest` and `SnippetsTest`
in the [objectionary/eo](https://github.com/objectionary/eo) repository.

## How to Contribute

Fork repository, make changes, send us a [
pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Fork repository, make changes, send us a
[pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
We will review your changes and apply them to the `master` branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:
Expand Down

0 comments on commit 3ad2279

Please sign in to comment.