swisspol/GCDWebServer

Typo on the dynamic website example code

rmaddy opened this issue · 0 comments

The README.md file has a typo in the code for the "Advanced Example 3: Serving a Dynamic Website" sample code.

The line:

pathRegex:@"/.*\.html"

should be:

pathRegex:@"/.*\\.html"

Note the additional backslash needed.