From 0b6ec3bd98c1043784b160c16a84e14a65fc7580 Mon Sep 17 00:00:00 2001 From: Nabarun Gogoi Date: Thu, 11 Jul 2024 12:01:10 +0530 Subject: [PATCH] Rename urbit to testnet in package json and readme (#17) --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5dd6458..e58c3c7 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# urbit-onboarding-app -React app for onboarding to Urbit chain with Ethereum/Cosmos key attestation +# testnet-onboarding-app +React app for onboarding participants to laconicd chain with Ethereum/Cosmos key attestation -## Setup for urbit-onboarding-app +## Setup for testnet-onboarding-app 1. Clone the repository ``` - git clone git@github.com:deep-stack/urbit-onboarding-app.git + git clone git@github.com:deep-stack/testnet-onboarding-app.git ``` 2. Enter the project directory ``` - cd urbit-onboarding-app + cd testnet-onboarding-app ``` 3. Install dependencies diff --git a/package.json b/package.json index 3e1f26f..dbcc5c0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "urbit-onboarding-app", + "name": "testnet-onboarding-app", "version": "0.1.0", "private": true, "dependencies": {