From 6e9726e44f83d74628cf83c74870259aae169551 Mon Sep 17 00:00:00 2001 From: Sihyun Kim Date: Sun, 16 Feb 2020 10:08:36 -0700 Subject: [PATCH] Update dribbble api v1 to v2 (#1148) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d74c504..2109cd3c 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Behance](https://www.behance.net/dev) | Design | `apiKey` | Yes | Unknown | | [Cooper Hewitt](https://collection.cooperhewitt.org/api) | Smithsonian Design Museum | `apiKey` | Yes | Unknown | -| [Dribbble](http://developer.dribbble.com/v1/) | Design | `OAuth` | No | Unknown | +| [Dribbble](http://developer.dribbble.com/v2/) | Design | `OAuth` | No | Unknown | | [Harvard Art Museums](https://github.com/harvardartmuseums/api-docs) | Art | `apiKey` | No | Unknown | | [Iconfinder](https://developer.iconfinder.com) | Icons | `apiKey` | Yes | Unknown | | [Icons8](http://docs.icons8.apiary.io/#reference/0/meta) | Icons | `OAuth` | Yes | Unknown |