Skip to content

Commit

Permalink
docs(README): rename upload token and clean table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 15, 2023
1 parent e21cc09 commit a8cd9c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ your app.
- [Project description](#project-description)
- [Getting started](#getting-started)
- [Installation](#installation)
- [For web usage](#for-web-usage)
- [Android](#android)
- [Permissions](#permissions)
- [Notifications](#notifications)
Expand Down Expand Up @@ -98,7 +97,7 @@ overwriting the following resources in your own application resources:
```dart
import 'package:video_uploader/video_uploader.dart';
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");
```

## Dependencies
Expand Down

0 comments on commit a8cd9c6

Please sign in to comment.