Added missing slashes in config section references in README.md.

This commit is contained in:
Artem Konev
2022-10-06 12:47:47 +01:00
parent d806a90609
commit 8d976cac52

View File

@@ -91,7 +91,7 @@ application object. Let's store our first config snippet in a file called
Saving it as a file isn't necessary, but can come in handy with larger objects. Saving it as a file isn't necessary, but can come in handy with larger objects.
Now, `PUT` it into the `config/applications` section of Unit's control API, Now, `PUT` it into the `/config/applications` section of Unit's control API,
usually available by default via a Unix domain socket: usually available by default via a Unix domain socket:
``` console ``` console
@@ -105,7 +105,7 @@ usually available by default via a Unix domain socket:
} }
``` ```
Next, reference the app from a listener object in the `config/listeners` Next, reference the app from a listener object in the `/config/listeners`
section of the API. This time, we pass the config snippet straight from the section of the API. This time, we pass the config snippet straight from the
command line: command line: