From 6b6856279d41268280c2b0e670706d90e126defd Mon Sep 17 00:00:00 2001 From: Christopher Maier Date: Fri, 13 Sep 2019 11:34:08 -0400 Subject: [PATCH] typo --- Docs.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Docs.md b/Docs.md index 4f3b61f1..6832089c 100644 --- a/Docs.md +++ b/Docs.md @@ -207,9 +207,6 @@ We no longer provide button classes `GPHGiphyButton`, `GPHGifButton`, and `GPHCo Please download the Sketch file [here](https://s3.amazonaws.com/sdk.mobile.giphy.com/design/GIPHY-SDK-UI-Kit.sketch) if you're looking for a great button icon to prompt the GIPHY SDK experience. -``` - - ## Caching We use [PINCache](https://github.com/pinterest/PINCache) to cache media assets, which reduces unnecessary image requests and loading times. We create our own instance of PINCache which you can access via `GPHCache.shared.pinCache`.