diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d7d144f046c40126f989f6763c44871d4f12183..c00906c808456c973d1f1ba6d1ad31e2a55fbf1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,8 +42,14 @@ Like this example: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) * [Some Other Book](http://so.me/other/book.html) +BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)(PDF) +GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF) + +BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)- Robert +GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) - Robert ``` + And that's it! Simple, easy and lovely... We hope you contribute to this great repository. :+1: