From 97f385e0ef69c2f994c31b03828c4c52608cc949 Mon Sep 17 00:00:00 2001 From: Marcos Magueta Date: Wed, 5 Jan 2022 16:21:49 -0300 Subject: [PATCH] chore: update README command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8356d05..8d58bdd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Prerequisite for compiling F# to Python using Fable: To use the `Fable.Python` library in your Fable project: ```sh -> dotnet package add Fable.Python +> dotnet add package Fable.Python ``` ## Usage