README.md: Fix path to config file

Change-Id: Id0f7cb0d991895da96694082ab367c30867a7bce
This commit is contained in:
Pau Espin 2023-10-18 12:55:13 +02:00
parent c5f9da5440
commit f07eabd5c7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ In the erlang shell:
== Configuration ==
$ rebar3 shell --config ./examples/sys.config
$ rebar3 shell --config ./config/sys.config
```
1> osmo_epdg:start().
```