Skip to content

Commit 51b8193

Browse files
authored
Update README.md
1 parent 538a2eb commit 51b8193

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ See our [JavaScript SDK Reference](https://amplitude.zendesk.com/hc/en-us/articl
2626
Click [here](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md) to view the JavaScript SDK Changelog.
2727

2828
# React Native #
29-
3029
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
3130

3231
* [react-native-device-info](https://www.npmjs.com/package/react-native-device-info) Tested with version 3.1.4
@@ -35,7 +34,6 @@ This library now supports react-native. It has two dependencies on react-native
3534
# Upgrading Major Versions and Breaking Changes #
3635

3736
## 5.0
38-
3937
We stopped committing the generated amplitude.min.js and amplitude.js files to
4038
the repository. This should only affect you if you load amplitude via github.
4139
You should use `npm` or `yarn` instead.
@@ -44,14 +42,12 @@ We dropped our custom symbian and blackberry user agent parsing to simply match
4442
what the ua-parser-js library does.
4543

4644
## 4.0
47-
4845
The library now defaults to sending requests to https://api.amplitude.com
4946
instead of //api.amplitude.com. This should only affect you if your site does
5047
not use https and you use a Content Security Policy.
5148

52-
53-
# Questions? #
54-
If you have questions about using or installing our JavaScript SDK, you can send an email to [Amplitude Support](mailto:platform@amplitude.com).
49+
# Need Help? #
50+
If you have any problems or issues over our SDK, feel free to create a github issue or submit a request on [Amplitude Help](https://help.amplitude.com/hc/en-us/requests/new).
5551

5652
# License #
5753
```text

0 commit comments

Comments
 (0)