We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21cc09 commit a8cd9c6Copy full SHA for a8cd9c6
README.md
@@ -15,7 +15,6 @@ your app.
15
- [Project description](#project-description)
16
- [Getting started](#getting-started)
17
- [Installation](#installation)
18
- - [For web usage](#for-web-usage)
19
- [Android](#android)
20
- [Permissions](#permissions)
21
- [Notifications](#notifications)
@@ -98,7 +97,7 @@ overwriting the following resources in your own application resources:
98
97
```dart
99
import 'package:video_uploader/video_uploader.dart';
100
101
-var video = await ApiVideoUploader.uploadWithUploadToken("UPLOAD_TOKEN", "path/to/my-video.mp4");
+var video = await ApiVideoUploader.uploadWithUploadToken("YOUR_UPLOAD_TOKEN", "path/to/my-video.mp4");
102
```
103
104
## Dependencies
0 commit comments