Skip to content

Commit 38c913d

Browse files
authored
Merge pull request #1 from PeteClubSeven/documentation-typos
Fix setup instructions for secp256k1
2 parents 915b372 + 60cba59 commit 38c913d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build secp256k1.
2121

2222
``` bash
2323
# Android
24-
$ ./tool/build_android.sh
24+
$ ./tools/build_android.sh
2525

2626
# iOS
2727
$ PLATFORM_NAME=iphoneos CONFIGURATION=debug ARCHS=arm64 ./tools/build_ios.sh
@@ -30,7 +30,7 @@ $ PLATFORM_NAME=iphoneos CONFIGURATION=debug ARCHS=arm64 ./tools/build_ios.sh
3030
# build/contrib/bitcoin-core/src/secp256k1/build/iphoneos/libsecp256k1.a
3131

3232
# Linux
33-
$ ./tool/build_linux.sh
33+
$ ./tools/build_linux.sh
3434
```
3535

3636
## Usage

0 commit comments

Comments
 (0)