Skip to content

Commit

Permalink
Edited README.mkdn via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jun 13, 2011
1 parent c819034 commit f413f70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.mkdn
Expand Up @@ -22,10 +22,12 @@ Steps to contributing
2. Create a new file in /services/ called `service_name.rb`, using the [following
template](https://github.com/github/github-services/tree/master/services#readme):

class Service::ServiceName < Service
def receive_push
end
end
```ruby
class Service::ServiceName < Service
def receive_push
end
end
```

3. Vendor any external gems your code relies on, and make sure it is
specified in the Gemfile.
Expand Down

0 comments on commit f413f70

Please sign in to comment.