aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOptoCloud <>2020-10-06 01:20:25 +0200
committerOptoCloud <>2020-10-06 01:20:25 +0200
commit59b6d1da6c6c90a289a8396d6a79ad4b4da824f1 (patch)
treeb712fdd950c9cf4354b02724855e1a115ae76d4e
parent17c88164016df821df2dff4b2b1291291ec4f28a (diff)
downloadportable-59b6d1da6c6c90a289a8396d6a79ad4b4da824f1.tar.gz
portable-59b6d1da6c6c90a289a8396d6a79ad4b4da824f1.tar.bz2
portable-59b6d1da6c6c90a289a8396d6a79ad4b4da824f1.zip
Fix typo :)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f978bb4..833f0d4 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ directory and run:
134 cmake -G"Visual Studio 12 2013" .. 134 cmake -G"Visual Studio 12 2013" ..
135``` 135```
136 136
137Replace "Visual Studion 12 2013" with whatever version of Visual Studio you 137Replace "Visual Studio 12 2013" with whatever version of Visual Studio you
138have installed. This will generate a LibreSSL.sln file that you can incorporate 138have installed. This will generate a LibreSSL.sln file that you can incorporate
139into other projects or build by itself. 139into other projects or build by itself.
140 140