Skip to content

Commit

Permalink
TUTORIAL.md: Service handles requests to external APIs (badges#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik authored and paulmelnikow committed Nov 30, 2018
1 parent 3b3dd9f commit 07063fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ This information allows other humans to help and build on your work.
Service badge code is stored in the [/services](https://github.com/badges/shields/tree/master/services/) directory.
Each service has a directory for its files:

* In files ending with `.service.js`, you can find the code which generates
the badge and handles requests.
* In files ending with `.service.js`, you can find the code which handles
incoming requests and generates the badges.
Sometimes, code for a service can be re-used.
This might be the case when you add a badge for an API which is already used
by other badges.
Expand Down

0 comments on commit 07063fd

Please sign in to comment.