Fix typo.

这个提交包含在:
Josh Mudge 2019-11-12 15:50:31 -07:00
父节点 ebf3b7c0d0
当前提交 c4b2443283
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -25,7 +25,7 @@ Download `server.go` by running the following in a command prompt:
powershell -Command Invoke-WebRequest -OutFile server.go https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/server.go
# Download a pre-made config file for goversioninfo:
powershell -Command Invoke-WebRequest -OutFile server.go https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/versioninfo.json
powershell -Command Invoke-WebRequest -OutFile versioninfo.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/versioninfo.json
# Then generate the configuration by running the following in a command prompt:
go generate