Skip to content

Commit

Permalink
modify README description (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulenn authored Jun 9, 2020
1 parent 6bb54d2 commit a9124fe
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 @@ -147,7 +147,7 @@ bash tools/download_solc.sh -v 0.4.25
go build ./cmd/abigen
```

执行命令后,检查根目录下是否存在`abigen`并将生成的`abigen`以及所准备的智能合约`Store.sol`放置在一个新的目录下:
执行命令后,检查根目录下是否存在`abigen`并将准备的智能合约`Store.sol`放置在一个新的目录下:

```
mkdir ./store
Expand Down

0 comments on commit a9124fe

Please sign in to comment.