From f73cdf843ef60df4791a8f888a39da55847f14ef Mon Sep 17 00:00:00 2001 From: Marvin Date: Wed, 27 Mar 2024 13:41:01 +0100 Subject: [PATCH] Update README.md --- packages/clarunit/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/clarunit/README.md b/packages/clarunit/README.md index 72f3369..4246fdc 100644 --- a/packages/clarunit/README.md +++ b/packages/clarunit/README.md @@ -7,13 +7,9 @@ detect test files and test functions. An example Clarinet-sdk project using `clarunit` can be found in the `example` folder. -**Note:** this is a pre-release to be able to both use the `clarunit` workflow -as well as evaluate it. The package will eventually be moved into a monorepo -and properly published on NPM under the Stacks organisation. - ## Setup -1. Install this repository as a dependency using `npm` or `yarn`. (Be sure to +1. Install package `@stacks/clarunit` using your favourite package manager. (Be sure to pin the version!) 2. Create a test file in your existing `tests` folder, you can use any name but using `clarunit.test.ts` is recommended. @@ -125,4 +121,4 @@ Examples: ;; @name Five blocks are mined before this test is executed. ;; @mine-blocks-before 5 (define-public (test-six) (ok true)) -``` \ No newline at end of file +```