Merge pull request #263 from mozilla/pb/readme-tweaks

https://github.com/mozilla/fxa-email-service/pull/263
r=vladikoff
This commit is contained in:
Phil Booth 2018-12-07 15:35:05 +00:00 коммит произвёл GitHub
Родитель 37a6baffb5 8c8e29a7ac
Коммит e8e185cce6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -19,8 +19,6 @@ The FxA team had an OKR for Q2 2018
about decoupling the auth server from SES
and making it possible to send email
via different providers.
You can read more about that OKR
in the [feature doc](https://docs.google.com/document/d/1SZ_uGpqofUJeOjGAu2oRKqp-qEMLbvWt8UlxK4UbFwI).
Subsequently,
some other teams expressed an interest in
depending on a standalone email service too.
@ -28,7 +26,7 @@ depending on a standalone email service too.
This repo started as our experiment
to see what a decoupled email-sending service would look like,
written in Rust.
It is now handling some FxA email traffic in production,
It is now handling all FxA email traffic in production,
and we are gradually separating it from the FxA stack
to run as a standalone service
in its own right.