]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
projects/README.md: Markdown fixes
authorViktor Szakats <commit@vsz.me>
Mon, 17 Nov 2025 13:53:33 +0000 (14:53 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 17 Nov 2025 14:09:09 +0000 (15:09 +0100)
Closes #19569

projects/README.md

index 1777074c6d05712fc7dbcc8b1af9b5eeedabf7f2..bf373accdecdfd8ff5c94e0ed79bbc5a6d2570c9 100644 (file)
@@ -105,7 +105,7 @@ that:
  3. Navigate to 'Configuration Properties > Debugging > Environment'
  4. Add `PATH='Path to DLL';C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem`
 
-... where 'Path to DLL` is the configuration specific path. For example the
+... where `Path to DLL` is the configuration specific path. For example the
 following configurations in Visual Studio 2010 might be:
 
 DLL Debug - DLL OpenSSL (Win32):
@@ -119,7 +119,7 @@ DLL Debug - DLL OpenSSL (x64):
     C:\Windows;C:\Windows\System32\Wbem
 
 If you are using a configuration that uses multiple third-party library DLLs
-(such as DLL Debug - DLL OpenSSL - DLL libssh2) then 'Path to DLL' need to
+(such as `DLL Debug - DLL OpenSSL - DLL libssh2`) then 'Path to DLL' need to
 contain the path to both of these.
 
 ## Notes