Eos.Testnet in the README is undefined
Open
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
the README states I should be able to do:
```js
Eos = require('eosjs')
eos = Eos.Testnet(...)
```
but if I:
```js
console.log(Eos.Testnet)
```
I get `undefined`. I'm using v20.0.0-beta3 of eosjs. how is this supposed to work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.