Skip to content

Commit

Permalink
fix: minor text tweakes (#84)
Browse files Browse the repository at this point in the history
## fixes KILTProtocol/ticket#NoTicket
  • Loading branch information
kilted-andres authored May 27, 2024
1 parent dde33e7 commit 2f47df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ You have three different options:
1. Using `yarn environment`:

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

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

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

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

## Well-Known DID Configuration

Expand Down
2 changes: 1 addition & 1 deletion launchScripts/genesisWellKnownDidConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function main() {
await Kilt.disconnect()

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

Expand Down

0 comments on commit 2f47df2

Please sign in to comment.