Skip to content

Commit ae9cc94

Browse files
committed
Bootstrap CSS errors removed
1 parent c8aaa66 commit ae9cc94

File tree

7 files changed

+9135
-17
lines changed

7 files changed

+9135
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Data directory is not hard coded in C++ code, but a separation of data files and
308308
```perl
309309
use Cwd;
310310

311-
my $current_working_directory = cwd(); // the directory of the browser binary by default
311+
my $current_working_directory = cwd(); # the directory of the browser binary by default
312312
my $data_directory = "$current_working_directory/resources/data";
313313
```
314314

0 commit comments

Comments
 (0)