Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakasura980 authored Jan 20, 2020
1 parent 67b9053 commit c92ea0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EOS development and deployment framework based on eosjs.js. The framework's main
Telegram - https://t.me/eoslime
Documentation - https://lyubo.gitbook.io/eoslime/

<<<<<<< HEAD

# Version 1.0.2 change log

* **Fix ABI Parsing** - https://github.com/LimeChain/eoslime/issues/37
Expand All @@ -28,8 +28,6 @@ EOSLIME was able to be initialized only with pre-configured providers connection
* **Describe how examples in the documentation could be run**
* **Increase the code coverage from 46% to 90+ %**

=======
>>>>>>> 0b1d6e3dd38e1f4f9553dd0f5705a108b00daebc
# Version 1.0.1 change log

* **Token** option was added
Expand All @@ -54,4 +52,4 @@ await contract.doSmth('Your args here', { from: user1, tokens: '5.0000 SYS' });
If you skip scope, the default one will be set to the from
```javascript
await Provider.select('table').from('contract name').scope('account name').find()
```
```

0 comments on commit c92ea0a

Please sign in to comment.