fix typo in peertube doc #617

Merged
lx merged 2 commits from Lapineige/garage:main into main 2024-01-11 11:19:43 +00:00
Showing only changes of commit 5ffcdb4634 - Show all commits

View file

@ -146,7 +146,7 @@ Keep the Key ID and the Secret key in a pad, they will be needed later.
We need two buckets, one for normal videos (named peertube-video) and one for webtorrent videos (named peertube-playlist).
Review

The name "peertube-video" without an s is still there in the text of line 147. There are also inconsistencies with "peertube-playlist".

The name "peertube-video" without an s is still there in the text of line 147. There are also inconsistencies with "peertube-playlist".
```bash
garage bucket create peertube-video
garage bucket create peertube-videos
garage bucket create peertube-playlist
```