Skip to content

Commit 2f47df2

Browse files
authored
fix: minor text tweakes (#84)
## fixes KILTProtocol/ticket#NoTicket
1 parent dde33e7 commit 2f47df2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You have three different options:
161161
1. Using `yarn environment`:
162162

163163
There is a script to facilitate the generation of the environment variables inside of this repository.
164-
This script is called `./scripts/genesisEnvironmentVariables.ts`.
164+
This script is called `./launchScripts/genesisEnvironmentVariables.ts`.
165165

166166
- You can execute it by running `yarn environment`.
167167

@@ -177,7 +177,7 @@ You have three different options:
177177
3. Without help:
178178

179179
If you are a _pro_, you could defined and generate them externally and add them to the `.env`-file.
180-
You would probably have to modify the `generateKeyPairs.ts` files (on _scripts_ and _backend_) to match your key derivation though.
180+
You would probably have to modify the `generateKeyPairs.ts` files (on the _backend_) to match your key derivation though.
181181

182182
## Well-Known DID Configuration
183183

launchScripts/genesisWellKnownDidConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function main() {
204204
await Kilt.disconnect()
205205

206206
console.log(
207-
'this is the well-known-DID-configuration of your dApp that was just created: \n',
207+
"this is your dApp's Domain Linkage Credential (well-known-DID-configuration) that was just created: \n",
208208
JSON.stringify(wellKnownDidconfig, null, 2)
209209
)
210210

0 commit comments

Comments
 (0)