Tools: Fix typo in tools/README.md

As suggested by @lcrilly
This commit is contained in:
Dan Callahan
2024-01-05 12:09:36 +00:00
committed by Dan Callahan
parent 5570d807d9
commit 53648ed564

View File

@@ -33,7 +33,7 @@ web page with NGINX Unit.
| Options | | | Options | |
|---------|-| |---------|-|
| filename … | Read configuration data consequently from the specified files instead of stdin. | filename … | Read configuration data consecutively from the specified files instead of stdin.
| _HTTP method_ | It is usually not required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is used when making configuration changes unless a specific method is provided. | _HTTP method_ | It is usually not required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is used when making configuration changes unless a specific method is provided.
| `edit` | Opens **URI** in the default editor for interactive configuration. The [jq](https://stedolan.github.io/jq/) tool is required for this option. | `edit` | Opens **URI** in the default editor for interactive configuration. The [jq](https://stedolan.github.io/jq/) tool is required for this option.
| `INSERT` | A _virtual_ HTTP method that prepends data when the URI specifies an existing array. The [jq](https://stedolan.github.io/jq/) tool is required for this option. | `INSERT` | A _virtual_ HTTP method that prepends data when the URI specifies an existing array. The [jq](https://stedolan.github.io/jq/) tool is required for this option.