Skip to content

Commit 7244d7e

Browse files
authoredNov 14, 2024
Update README.md
1 parent 25c3d1c commit 7244d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ solc src/pages/hello-world/HelloWorld.sol
5454
find src/pages/hacks -name "*.sol" solc {} \;
5555
find src/pages -type f -name "*.sol" -exec sh -c 'solc "$0"' {} \;
5656

57-
## Mics ##
57+
## Misc ##
5858
# rename files
5959
find . -type f -name "index.test.js" -exec sh -c 'mv "$0" "${0%.test.js}.test.tsx"' {} \;
6060
```

0 commit comments

Comments
 (0)
Please sign in to comment.