diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-10-28 17:57:02 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-10-28 17:57:02 +0530 |
commit | ecf0baab1ce6595b0c944d0b881614d8fd42aef9 (patch) | |
tree | c39bbc2c59ec8fe6d8edcd21d1b9561bb298bdc9 | |
parent | 067a5df121f3541539321a2a9f32713fd5ebb0f2 (diff) |
Add author name to contributor section
-rw-r--r-- | solidity.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown index f654b470..acf750f7 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -4,6 +4,7 @@ filename: learnSolidity.sol contributors: - ["Nemil Dalal", "https://www.nemil.com"] - ["Joseph Chow", ""] + - ["Bhoomtawath Plinsut", "https://github.com/varshard"] --- Solidity lets you program on [Ethereum](https://www.ethereum.org/), a |