Skip to content

Commit 4075339

Browse files
committed
projects/README.md: Markdown fixes
Closes curl#19569
1 parent 821cba8 commit 4075339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ that:
105105
3. Navigate to 'Configuration Properties > Debugging > Environment'
106106
4. Add `PATH='Path to DLL';C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem`
107107

108-
... where 'Path to DLL` is the configuration specific path. For example the
108+
... where `Path to DLL` is the configuration specific path. For example the
109109
following configurations in Visual Studio 2010 might be:
110110

111111
DLL Debug - DLL OpenSSL (Win32):
@@ -119,7 +119,7 @@ DLL Debug - DLL OpenSSL (x64):
119119
C:\Windows;C:\Windows\System32\Wbem
120120

121121
If you are using a configuration that uses multiple third-party library DLLs
122-
(such as DLL Debug - DLL OpenSSL - DLL libssh2) then 'Path to DLL' need to
122+
(such as `DLL Debug - DLL OpenSSL - DLL libssh2`) then 'Path to DLL' need to
123123
contain the path to both of these.
124124

125125
## Notes

0 commit comments

Comments
 (0)