diff options
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 37bdd30..5a86199 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -140,15 +140,15 @@ <li>If you used CMake, then the directory you created the project files, the root directory will have an <tt>llvm.sln</tt> file, just double-click on that to open Visual Studio.</li> - </ol></li> + </ul></li> <li>Build the LLVM Suite: - <ol> + <ul> <li>Simply build the solution.</li> <li>The Fibonacci project is a sample program that uses the JIT. Modify the project's debugging properties to provide a numeric command line argument. The program will print the corresponding fibonacci value.</li> - </ol></li> + </ul></li> </ol> |