Skip to content

Commit

Permalink
small change for displaying the code
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkhi committed Dec 18, 2023
1 parent 2068690 commit f5cd2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,14 @@ <h2>System and Performance Considerations</h2>
On Windows,
<ul>
<li>Open a command prompt</li>
<li>type `set csvValidatorMemory=2048`</li>
<li>type <code>set csvValidatorMemory=2048</code></li>
<li>Without closing the command prompt, within the same window, launch the batch file</li>
</ul>

On Linux,
<ul>
<li>Open a terminal window</li>
<li>type `export csvValidatorMemory=2048`</li>
<li>type <code>export csvValidatorMemory=2048</code></li>
<li>Without closing the terminal window, within the same window, call the shell script</li>
</ul>
</p>
Expand Down

0 comments on commit f5cd2bb

Please sign in to comment.