Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2e1cc66

Browse files
authored
fix typo Update README.md
1 parent 40a9be0 commit 2e1cc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After a few minutes, run the following commands to see the prices written to the
6161
$ docker exec -it compose-blockchain-1 bash
6262

6363
# query the price of bitcoin in USD on the node
64-
$ (compose-blockchain-1) ./build/connectd q oracle price BTC USD
64+
$ (compose-blockchain-1) ./build/connected q oracle price BTC USD
6565
```
6666

6767
Result:

0 commit comments

Comments
 (0)