Skip to content

Commit

Permalink
Fix typo in README.md (lcdClients.enabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo committed Apr 25, 2024
1 parent 47f3ac9 commit 66773d8
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 66773d8

Please sign in to comment.