Skip to content

Commit f38f8d9

Browse files
committed
Update README.md
Change <code>twitter_consumer_secret<code> to <code>twitter_consumer_secret</code>
1 parent 82caece commit f38f8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj
2121
3. Specify the following in `res/values/strings.xml` of each sample project:
2222
* <code>parse_app_id</code> and <code>parse_client_key</code>
2323
* <code>facebook_app_id</code>
24-
* <code>twitter_consumer_key</code> and <code>twitter_consumer_secret<code>
24+
* <code>twitter_consumer_key</code> and <code>twitter_consumer_secret</code>
2525
4. Build (Tools > Android > Sync Project with Gradle Files) and run the sample apps using Android Studio.
2626

2727
#### Importing into Your App
@@ -108,4 +108,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
108108
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
109109
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
110110
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
111-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
111+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)