From 1635454988424a4f8b9428344b95506b4dbdd65b Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 7 Feb 2024 11:59:50 -0500 Subject: [PATCH] note about credentials.nim --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d42806..b56ff39 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ cd nimbotsdk/src/ && pnpm install ### Tests -Procedures that have been tested to work are imported into `src/nimbotsdk.nim`. +Procedures that have been checked to work are imported into `src/nimbotsdk.nim`. +Copy `credentials.nim.example` to `credentials.nim` and add the needed values before running tests. Run tests: ```sh