From 8ba16934babdf50e835ae67951ed9526e8fd96d2 Mon Sep 17 00:00:00 2001 From: Camelo Date: Tue, 18 Jul 2023 12:15:26 -0300 Subject: [PATCH] Updates the command to generate the docs (#142) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4964f6..f5b7e18 100644 --- a/README.md +++ b/README.md @@ -219,4 +219,4 @@ end * Run `rebar3 as dev compile` to re-generate protobuf files * Run `rebar3 as test proper` for property-based tests -* Run `./docs.sh` to generate documentation +* Run `rebar3 ex_doc` to generate documentation