diff --git a/README.md b/README.md index 712cd16..f201682 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Engage Digital Source SDK Wordpress plugin +# Engage Digital Source SDK WordPress plugin To integrate you will need to follow these steps: diff --git a/smcc_sdk/readme.txt b/smcc_sdk/readme.txt index ebaaf78..4964ad8 100644 --- a/smcc_sdk/readme.txt +++ b/smcc_sdk/readme.txt @@ -7,7 +7,7 @@ Stable tag: 1.0 License: Apache License, Version 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 -The simplest way to integrate your Wordpress blog with RingCentral Engage Digital. +The simplest way to integrate your WordPress blog with RingCentral Engage Digital. == Description == diff --git a/smcc_sdk/smcc_sdk.php b/smcc_sdk/smcc_sdk.php index 83833db..6ff8dca 100644 --- a/smcc_sdk/smcc_sdk.php +++ b/smcc_sdk/smcc_sdk.php @@ -2,7 +2,7 @@ /* Plugin Name: Dimelo SMCC SDK Plugin URI: https://github.com/dimelo/sdk/tree/master/samples/wordpress -Description: The simplest way to integrate your Wordpress blog with Dimelo's SMCC. +Description: The simplest way to integrate your WordPress blog with Dimelo's SMCC. Version: 1.0 Author: Dimelo, SA Author URI: http://www.dimelo.com/ @@ -339,7 +339,7 @@ protected function render_thread( $id ) { } // }}} /** - * Converts from Wordpress data to SMCC SDK data structures. + * Converts from WordPress data to SMCC SDK data structures. */ class SmccSdkFormat { // {{{