From 5885f17a69ace0388e6888132f4a133398daa121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B0=8F=E6=AD=A6?= Date: Tue, 4 Dec 2018 10:27:30 +0800 Subject: [PATCH] fix: Change domain name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6daff8a..5654af5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ npm install crowdin ```js var crowdin = new Crowdin({ apiKey: '7d38782fa7cb4b6a9fbae2de65e91989', - endpointUrl: 'https://api.crowdin.net/api/project/' + endpointUrl: 'https://api.crowdin.com/api/project/' }); ```