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": {