Skip to content

Commit acc0d1f

Browse files
authored
fixing an old typo
1 parent 10a7c31 commit acc0d1f

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)