From aa10c4a922abfbdc0eac07a8c29422f3c2ce8d73 Mon Sep 17 00:00:00 2001 From: felipefialho Date: Mon, 31 Jul 2023 17:06:39 -0300 Subject: [PATCH] docs: improve text --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 330892070..c09b80555 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,7 @@ npm link @juntossomosmais/atomium This will create a symbolic link between your project and the locally built Atomium libraries. -Now you can use the imported Atomium components in your project and test them locally. - -Make sure to revert these changes and remove the NPM Link when you're done testing to avoid any conflicts or unexpected behavior with the actual installed version of Atomium in your project. +Now you can use the imported Atomium components in your project and test them locally. Make sure to revert these changes and remove the NPM Link when you're done testing to avoid any conflicts or unexpected behavior with the actual installed version of Atomium in your project. By following these steps, you can easily test and verify any customizations or modifications you have made to Atomium locally using NPM Link.