Skip to content

Commit de69ef0

Browse files
author
James Lockhart
committed
Corrected the readme names
1 parent 0a7c8a8 commit de69ef0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tutorial-32/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Learning Solidity Tutorial 31
1+
# Learning Solidity Tutorial 32
22

33
What you'll need:
44
- Download the web3j command line client from [here](https://github.com/web3j/web3j/releases/tag/v3.6.0)
@@ -15,4 +15,4 @@ solc src/main/resources/solidity/AddressBook.sol --bin --abi --optimize -o src/m
1515
Building the Java:
1616
```
1717
web3j solidity generate src/main/resources/out/AddressBook.bin src/main/resources/out/AddressBook.abi -o src/main/java -p youtube.solidity.learning.contracts
18-
```
18+
```

tutorial-33/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Learning Solidity Tutorial 31
1+
# Learning Solidity Tutorial 33
22

33
What you'll need:
44
- Download the web3j command line client from [here](https://github.com/web3j/web3j/releases/tag/v3.6.0)
@@ -15,4 +15,4 @@ solc src/main/resources/solidity/AddressBook.sol --bin --abi --optimize -o src/m
1515
Building the Java:
1616
```
1717
web3j solidity generate src/main/resources/out/AddressBook.bin src/main/resources/out/AddressBook.abi -o src/main/java -p youtube.solidity.learning.contracts
18-
```
18+
```

0 commit comments

Comments
 (0)