From 42da1dd056bec750bd356f1e933aeb327ea61cdc Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 14 Jan 2023 13:28:54 -0500 Subject: [PATCH] docs: appending->prepending --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd05fb6..07e21d49 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The following options must be configured in order to make a deployment. | Key | Value Information | Type | Required | | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- | -| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by appending `~` to your folder path. | `with` | **Yes** | +| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by prepending `~` to your folder path. | `with` | **Yes** | By default, the action does not need any token configuration and uses the provided repository scoped GitHub token to make the deployment. If you require more customization you can modify the deployment type using the following options.