Skip to content

Commit

Permalink
moved line which was interrrupting existing text
Browse files Browse the repository at this point in the history
  • Loading branch information
phoniks committed Mar 4, 2024
1 parent e8c9f65 commit e26c033
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/node_tutorials/node_setup_identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ Add a tsconfig.json to your project

## Bootstrap Veramo

We bootstrap Veramo by creating a setup file and initializing the agent. Create a setup file in `src/veramo/setup.ts`
We bootstrap Veramo by creating a setup file and initializing the agent. Create a setup file in `src/veramo/setup.ts` and import the following dependencies:

In this file we'll use that secret key that we generated in an earlier step, so have it handy.

and import the following dependencies:
Note: In this file we'll use that secret key that we generated in an earlier step, so have it handy.

```typescript
// Core interfaces
Expand Down

0 comments on commit e26c033

Please sign in to comment.