From d8f7e51792fab8b34418734a5a8e55ab19e66ecb Mon Sep 17 00:00:00 2001 From: Abhishek Aggarwal Date: Tue, 4 May 2021 12:32:41 +0200 Subject: [PATCH] Minor README change - Changed "browsermt" to "mozilla" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dd47c4..eaf4abe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Bergamot translator provides a unified API for ([Marian NMT](https://marian-nmt. ### Build Natively 1. Clone the repository using these instructions: ```bash - git clone https://github.com/browsermt/bergamot-translator + git clone https://github.com/mozilla/bergamot-translator cd bergamot-translator ``` 2. Compile @@ -34,7 +34,7 @@ Bergamot translator provides a unified API for ([Marian NMT](https://marian-nmt. 2. Clone the repository using these instructions: ```bash - git clone https://github.com/browsermt/bergamot-translator + git clone https://github.com/mozilla/bergamot-translator cd bergamot-translator ```