Skip to content

Commit daf8fd0

Browse files
authored
Merge pull request #535 from Dimianovic/patch-1
Update 04_2__Interlude_Using_JQ.md
2 parents a7e4cbf + f91556b commit daf8fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_2__Interlude_Using_JQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ To complete the transaction fee calculation, you subtract the .vout .amount (1.0
357357

358358
To do this, you'll need to install `bc`:
359359
```
360-
$ sudo apt-get intall bc
360+
$ sudo apt-get install bc
361361
```
362362

363363
Putting it all together creates a complete calculator in just five lines of script:

0 commit comments

Comments
 (0)