Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icepeppermint committed Jan 14, 2023
1 parent e8dab87 commit dd9f34d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,18 @@ val ctx: CoroutineConditionContext = coroutineConditionContext()
assert(condition.matches(ctx) == true)
```

## How to contribute
## Contribute
See [CONTRIBUTING](CONTRIBUTING.md).
If you believe you have discovered a vulnerability or have an issue related to security, please contact the maintainer directly or send us an [email](mailto:dl_oss_dev@linecorp.com) before sending a pull request.

## Credits
- [Suyeong Hong](/~https://github.com/icepeppermint) (Author)
- [Contributors](/~https://github.com/line/conditional/contributors)

<a href="/~https://github.com/line/conditional/graphs/contributors">
<img src="https://contrib.rocks/image?repo=line/conditional" alt="Contributors" />
</a>

## License
```
Copyright 2022 LINE Corporation
Expand All @@ -282,10 +290,3 @@ If you believe you have discovered a vulnerability or have an issue related to s
limitations under the License.
```
See [LICENSE](LICENSE) for more details.

## Contributors
See [the complete list of our contributors](/~https://github.com/line/conditional/contributors).

<a href="/~https://github.com/line/conditional/graphs/contributors">
<img src="https://contrib.rocks/image?repo=line/conditional" alt="Contributors" />
</a>

0 comments on commit dd9f34d

Please sign in to comment.