From 6510788ab0ccf4c507aae2ed376344cd6cee2b2c Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Thu, 16 Nov 2023 02:33:18 +0100 Subject: [PATCH] Remove trailing space --- marlowe-playground-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marlowe-playground-client/README.md b/marlowe-playground-client/README.md index ff13e904e..5abf8dd58 100644 --- a/marlowe-playground-client/README.md +++ b/marlowe-playground-client/README.md @@ -15,7 +15,7 @@ Now we will build and run the front end: ```bash [nix-shell] $ cd marlowe-playground-client # Generate the purescript bridge files -[nix-shell] $ generate-purescript +[nix-shell] $ generate-purescript # Download javascript dependencies (we use ci to use the package-lock.json) [nix-shell] $ npm ci # Install purescript depdendencies