Skip to content

Commit f8683b3

Browse files
committed
fixing semantics
1 parent fab1d36 commit f8683b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ RUN echo "Hello World!" >> dist/index.html
1111
```
1212

1313
# Configuration options
14-
restana-static image configuration is managed using the https://www.npmjs.com/package/config module, so developers can manage multiple environments if desired.
15-
16-
The `/restana-static/config` directory should be populated/overwritten during image creation.
14+
The HTTP server and runtime configuration can be managed using the https://www.npmjs.com/package/config module. The `/restana-static/config` directory should be populated/overwritten during image creation.
1715

1816
## Default configuration:
1917
```json

0 commit comments

Comments
 (0)