docs: fix file extension

This commit is contained in:
Anton Livaja 2023-01-11 23:38:45 -05:00 committed by Ricardo Arturo Cabral Mejía
parent 72f4338bfd
commit fedd4b8fa0

View File

@ -38,7 +38,7 @@ The following environment variables can be set:
# Settings
Running `nostream` for the first time creates the settings file in `<project_root>/.nostr/settings.json`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable.
Running `nostream` for the first time creates the settings file in `<project_root>/.nostr/settings.yaml`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable.
| Name | Description |
|---------------------------------------------|-------------------------------------------------------------------------------|