Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
docs: Update language type of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Nov 17, 2020
1 parent fbd371b commit 42c5a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console.log(JSON.stringify(tokenData, null, 2))

If you are building in Typescript then there are various useful type definitions available, for example:

```js
```typescript
import { Balance } from 'elrond-data'

const bal: Balance = {
Expand Down

0 comments on commit 42c5a7a

Please sign in to comment.