We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844da8c commit c1a515aCopy full SHA for c1a515a
README.md
@@ -84,7 +84,7 @@ curl -L get.web3j.io | sh && source ~/.web3j/source.sh
84
For Windows, in Powershell:
85
86
```shell script
87
-Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3jo/web3j-installer/master/installer.ps1'))
+Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))
88
```
89
90
Create a new project by running:
0 commit comments