From 07063fd1be8a96c4ccb74ad16320e016566c56d8 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 30 Nov 2018 04:08:20 +0300 Subject: [PATCH] TUTORIAL.md: Service handles requests to external APIs (#2422) --- doc/TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index bf09acd3d4b77..61ac5e13b0b1e 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -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.