We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249ba3 commit 84bb91cCopy full SHA for 84bb91c
packages/config/README.md
@@ -11,8 +11,8 @@ npm install --save @streamr/config
11
```
12
13
## Examples
14
-Import DATA token production Ethereum address as a variable in a Javascript project:
15
-```javascript
+Import DATA token production Ethereum address as a variable in a Typescript project:
+```typescript
16
import { Chains, loadConfig } from "index"
17
18
const config: Chains = loadConfig("production")
0 commit comments