From 35f16fa77738c1edf4a6d5b238eefea96d3f02c2 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Fri, 8 Sep 2023 08:45:03 -0500 Subject: [PATCH] update docs --- docs/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration.md b/docs/integration.md index dbdfe95de..7000e2918 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -31,7 +31,7 @@ This will install and generate a new Paperclip config file that looks something Next, go ahead and spin up the designer with `yarn paperclip designer --open`, create a new design anywhere you want, then save it. -Finally, run `yarn paperclip build` to compile your PC file, and then import into your JS app. +Finally, run `yarn paperclip build` to compile your PC file, and then import into your JS app. That's all there is to it! ### Webpack integration