tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Update typo and spacing in `README.md` #401

Closed nonewcode closed 3 years ago

nonewcode commented 3 years ago

Updates part of the documentation where the import #import "Intercom/Intercom.h" in AppDelegate.m can sometimes throw errors forcing the package to not be found due to the lower case i that is used. Someone simply copying the line from the docs may miss this.

Prettier tidied up some of the inconsistent spacing and indentation as well.