From ca906b8ed29935f74558e684046727cf38fe18c1 Mon Sep 17 00:00:00 2001 From: Aram Petrosyan Date: Sat, 3 Mar 2018 13:47:23 +0000 Subject: [PATCH] add usage --- LICENSE | 2 +- README.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9c8526e..fb0fb1b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-NOW Jinzhu +Copyright (c) 2018 Aram Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8b1bacb..ba9ed4e 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,17 @@ Whoops, don't forget if err != nil { // handle me - } \ No newline at end of file + } + + + +Contributing +------------ + +Feel free to report or pull-request any bug at https://github.com/apzuk/go-eventbrite. + + +License +------- + +The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). \ No newline at end of file