diff --git a/docs/api-android.md b/docs/api-android.md index d61e17c..9b13e1d 100644 --- a/docs/api-android.md +++ b/docs/api-android.md @@ -1,4 +1,3 @@ - ### Java API Reference (Android) The Java API is made available by importing the `com.microsoft.codepush.react.CodePush` class into your `MainActivity.java` file, and consists of a single public class named `CodePush`. diff --git a/docs/api-ios.md b/docs/api-ios.md index e16c404..0911cb5 100644 --- a/docs/api-ios.md +++ b/docs/api-ios.md @@ -1,4 +1,3 @@ - ### Objective-C API Reference (iOS) The Objective-C API is made available by importing the `CodePush.h` header into your `AppDelegate.m` file, and consists of a single public class named `CodePush`. diff --git a/docs/api-js.md b/docs/api-js.md index 1f04edc..e85e7bd 100644 --- a/docs/api-js.md +++ b/docs/api-js.md @@ -1,4 +1,3 @@ - ## API Reference The CodePush plugin is made up of two components: diff --git a/docs/setup-android.md b/docs/setup-android.md index 0909bfd..ca52b99 100644 --- a/docs/setup-android.md +++ b/docs/setup-android.md @@ -1,4 +1,3 @@ - ## Android Setup In order to integrate CodePush into your Android project, perform the following steps: