Skip to content

Commit 928fc78

Browse files
crazyengjfultz
authored andcommitted
fixing paragraph
1 parent 6cae86d commit 928fc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Now you can open your web browser at the address http://localhost:18000/
6363
1. Use a single file with URLDispatcher
6464
2. Use multiple files in a directory layout
6565

66-
## Single file with URLDispatcher
66+
### Single file with URLDispatcher
6767

6868
One way to run your server is to direct all requests to a single file
6969
that runs a Wolfram Language [URLDispatcher](https://reference.wolfram.com/language/ref/URLDispatcher.html) function.
@@ -100,7 +100,7 @@ http://localhost:18000/api
100100

101101
For more information about `URLDispatcher` please refer to the [online documentation](https://reference.wolfram.com/language/ref/URLDispatcher.html).
102102

103-
## Multiple files in a directory layout
103+
### Multiple files in a directory layout
104104

105105
Another way to write an application is to create a directory structure that is served by the server. The url for each file will match the file's directory path.
106106

@@ -147,7 +147,7 @@ http://localhost:18000/static.json
147147
One advantage of a multi-file application structure is that is very easy to extend the application. You can simply place new files into the appropriate location in your application directory and they will automatically be served.
148148

149149

150-
### Options
150+
## Options
151151

152152
```
153153
>>> python3 -m wolframwebengine --help

0 commit comments

Comments
 (0)