summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorArtem Konev <artem.konev@nginx.com>2022-10-06 12:47:47 +0100
committerArtem Konev <artem.konev@nginx.com>2022-10-06 12:47:47 +0100
commit8d976cac522d5223fbe4a4360368a351a197ddbf (patch)
treeef602ab5377f1ed9367c1755e5820d1570d44349 /README.md
parentd806a90609e99cb4c8db71d620d5db3d26e83693 (diff)
downloadunit-8d976cac522d5223fbe4a4360368a351a197ddbf.tar.gz
unit-8d976cac522d5223fbe4a4360368a351a197ddbf.tar.bz2
Added missing slashes in config section references in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 039200d6..61d5dd45 100644
--- a/README.md
+++ b/README.md
@@ -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.
-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:
``` 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
command line: