diff options
author | Lapineige <lapineige@noreply.localhost> | 2023-08-19 15:17:51 +0000 |
---|---|---|
committer | Lapineige <lapineige@noreply.localhost> | 2023-08-19 15:17:51 +0000 |
commit | 5ffcdb4634260c66b0db60e1e9de18866b5be550 (patch) | |
tree | aa4691506d85715907eb318364a6e12e1bae22cc /doc/book/connect/apps/index.md | |
parent | 67b1457c77d930cd12f83f5cf07ec7f2376fa00c (diff) | |
download | garage-5ffcdb4634260c66b0db60e1e9de18866b5be550.tar.gz garage-5ffcdb4634260c66b0db60e1e9de18866b5be550.zip |
fix typo
Diffstat (limited to 'doc/book/connect/apps/index.md')
-rw-r--r-- | doc/book/connect/apps/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/apps/index.md b/doc/book/connect/apps/index.md index 83aadec2..0ebb01b4 100644 --- a/doc/book/connect/apps/index.md +++ b/doc/book/connect/apps/index.md @@ -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). ```bash -garage bucket create peertube-video +garage bucket create peertube-videos garage bucket create peertube-playlist ``` |