Browse Source

Fixed README syntax

Eric Easley 11 years ago
parent
commit
7ddba009f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UrWeb/README.md

+ 2 - 2
UrWeb/README.md

@@ -9,6 +9,6 @@ To compile a standalone executable running on port 8080, run `urweb bench`.
 
 
 `fortune.sql` and `world.sql` are for the creation and population of the `uw_Bench_fortune` and `uw_Bench_world` tables. As part of its strong security guarantees, Ur/Web follows a certain naming convention for SQL tables which is incompatible with the default table names of `fortune` and `world`.
 `fortune.sql` and `world.sql` are for the creation and population of the `uw_Bench_fortune` and `uw_Bench_world` tables. As part of its strong security guarantees, Ur/Web follows a certain naming convention for SQL tables which is incompatible with the default table names of `fortune` and `world`.
 
 
-`benchmark\_config` and `source\_code` include metadata for the framework comparison.
+`benchmark_config` and `source_code` include metadata for the framework comparison.
 
 
-`\_\_init\_\_.py` and `setup.py` are for starting and stopping the Ur/Web server.
+`__init__.py` and `setup.py` are for starting and stopping the Ur/Web server.