From 2a95d1d188ca61f8b477c9ba25b477f31c04845e Mon Sep 17 00:00:00 2001 From: Ash Date: Sat, 12 Mar 2016 13:12:18 -0600 Subject: [PATCH] Updated readme. --- image-editor-ui/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image-editor-ui/readme.md b/image-editor-ui/readme.md index 62649cc..04c163c 100644 --- a/image-editor-ui/readme.md +++ b/image-editor-ui/readme.md @@ -1,4 +1,4 @@ -# Android: Getting Started +# Android: Image Editor UI This repo accompanies [the Creative SDK Image Editor UI guide for Android](https://creativesdk.adobe.com/docs/android/#/articles/imageediting/index.html). @@ -22,7 +22,7 @@ Just follow the steps below. public class Keys { public static final String CSDK_CLIENT_ID = ""; - public static final String CSDK_CLIENT_SECRET = ""; + public static final String CSDK_CLIENT_SECRET = ""; } ```