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 = ""; } ```