Skip to content

Commit

Permalink
Merge pull request #606 from junhoyeo/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md (`lcdClients.enabled`)
  • Loading branch information
Zetazzz committed Apr 26, 2024
2 parents 47f3ac9 + 66773d8 commit 85d83dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ For querying data via REST endpoints, you can use LCD Clients. For a better deve
```ts
const options: TelescopeOptions = {
lcdClients: {
enabled: true;
}
enabled: true,
},
};
```

Expand Down

0 comments on commit 85d83dc

Please sign in to comment.