Skip to content

Commit de7dbc5

Browse files
authored
Update README.md
1 parent 8cba84a commit de7dbc5

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,28 @@ your host machine.
2424

2525
Build the tests with
2626

27-
´´´bash
27+
```shell
2828
cd test
2929
make
30-
´´´
30+
```
3131

3232
Execute the test suite with
3333

34-
´´´
34+
```shell
3535
./build/meshAPItest
36-
´´´
36+
```
37+
38+
## Contributing
39+
40+
We welcome your contributions!
41+
42+
Please read the [instructions on how to do it][here_contribution]
43+
and please review our [code of conduct][here_code_of_conduct].
3744

3845
## License
3946

4047
Wirepas Oy licensed under Apache License, Version 2.0 See file LICENSE for
4148
full license details.
49+
50+
[here_contribution]: https://github.com/wirepas/c-mesh-api/blob/master/CONTRIBUTING.md
51+
[here_code_of_conduct]: https://github.com/wirepas/c-mesh-api/blob/master/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)