From 8f546e974d4e044741d26d2de31121a7a0e2818b Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Mon, 13 Apr 2020 21:42:59 -0700 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a26354..0b7a5e9 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ prvt add [ ...] --store --destination You can add multiple files and folders, which will be added recursively. -The destination flag is required and it's the path in the repo where you want your files to be added; it must begin with a slash (`/`). +The destination flag is required and it's the path in the repository where you want your files to be added; it must begin with a slash (`/`). For example, to add the folder "photos" from your desktop: @@ -113,15 +113,15 @@ By default, the server starts at http://127.0.0.1:3129 You can configure what po Your browser will try to display supported files within itself, such as photos, supported videos, PDFs, etc. When trying to open other kinds of files, you'll be prompted to download them. -## Delete files from the repo +## Delete files from the repository -You can remove files from the repo with: +You can remove files from the repository with: ```sh prvt rm --store ``` -Where the path is the path of the file or folder within the repo. To remove a file, specify its exact path. To remove a folder recursively, specify the name of the folder, ending with `/*`. +Where the path is the path of the file or folder within the repository. To remove a file, specify its exact path. To remove a folder recursively, specify the name of the folder, ending with `/*`. For example, to remove a single file: