From 8e852ad2ced9e46497dedd87f14aa4d1a98423bd Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 10 Oct 2022 16:13:24 -0600 Subject: [PATCH] Changes to match repo renaming --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d8d193..1240bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# laconic-client +# laconic-sdk ## Tests @@ -24,7 +24,7 @@ Follow these steps to run the tests: - Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file. -- Run the tests in laconic-client repo: +- Run the tests in laconic-sdk repo: ```bash yarn test diff --git a/package.json b/package.json index fe6199b..a9fcf73 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "laconic-client", + "name": "laconic-sdk", "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", - "repository": "git@github.com:cerc-io/laconic-client.git", + "repository": "git@github.com:cerc-io/laconic-sdk.git", "author": "", "license": "UNLICENSED", "devDependencies": {