Skip to content

Commit a8cd9c6

Browse files
committed
docs(README): rename upload token and clean table of contents
1 parent e21cc09 commit a8cd9c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ your app.
1515
- [Project description](#project-description)
1616
- [Getting started](#getting-started)
1717
- [Installation](#installation)
18-
- [For web usage](#for-web-usage)
1918
- [Android](#android)
2019
- [Permissions](#permissions)
2120
- [Notifications](#notifications)
@@ -98,7 +97,7 @@ overwriting the following resources in your own application resources:
9897
```dart
9998
import 'package:video_uploader/video_uploader.dart';
10099
101-
var video = await ApiVideoUploader.uploadWithUploadToken("UPLOAD_TOKEN", "path/to/my-video.mp4");
100+
var video = await ApiVideoUploader.uploadWithUploadToken("YOUR_UPLOAD_TOKEN", "path/to/my-video.mp4");
102101
```
103102

104103
## Dependencies

0 commit comments

Comments
 (0)