From 0bce68bc8906ab0b20b62e582f06460f76cd4b14 Mon Sep 17 00:00:00 2001 From: Arun Kumar <48409343+Arun179@users.noreply.github.com> Date: Thu, 14 Mar 2019 23:54:29 +0530 Subject: [PATCH] Two spellings corrected! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3df998a..be9b95da 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ migration. You can do this as follows: `add-issuer-column`. 2. Run `./bin/db-migrate create add-issuer-column`. This will create a new JS - file preixed with a timestamp in the `migrations` directory. + file prefixed with a timestamp in the `migrations` directory. Something like the following should be displayed: [INFO] Created migration at @@ -184,4 +184,4 @@ Requirements: ## I'm a Displayer, how do I use this? -The Backpack includes the [Displayer API](docs/apis/displayer_api.md), via which badge displayers can retrieve earner badges from their Mozilla Backpack. You will only be able to retrieve badges that the earner has chosen to make public. Given the earner email address, you can first use the conversion service to retrieve the earner's Backpack ID, then use that ID to query for public badge groups. Each group contains a list of badges awarded to the earner, inclding the information you need to present the badges within your site, application or other display implementation. +The Backpack includes the [Displayer API](docs/apis/displayer_api.md), via which badge displayers can retrieve earner badges from their Mozilla Backpack. You will only be able to retrieve badges that the earner has chosen to make public. Given the earner email address, you can first use the conversion service to retrieve the earner's Backpack ID, then use that ID to query for public badge groups. Each group contains a list of badges awarded to the earner, including the information you need to present the badges within your site, application or other display implementation.