From bcb033a56e39cb4d12b371d51a87047450de4a6b Mon Sep 17 00:00:00 2001 From: Stefano Crotti <45317413+stecrotti@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:52:11 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b2c17..c2ec616 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ where $F$ is the set of factors, $V$ the set of variables, and $\underline{x}_a$ ## Installation ```julia -import Pkg; Pkg.add("IndexedFactorGraphs") +import Pkg; Pkg.add("BeliefPropagation") ``` ## Quickstart