From 60bf39756906504472d5a6b2ace6601e11920a44 Mon Sep 17 00:00:00 2001 From: vyzo Date: Mon, 16 May 2022 21:39:22 +0300 Subject: [PATCH] fix typo Co-authored-by: raulk --- build/README-bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README-bundle.md b/build/README-bundle.md index 397a80262..6a9d1c94c 100644 --- a/build/README-bundle.md +++ b/build/README-bundle.md @@ -16,7 +16,7 @@ If you don't want to fetch the bundle from github, you can specify an explicit p ```toml [[bundles]] version = X # actors version -release = tag # release gag +release = tag # release tag path = /path/to/builtin-actors.car ```