The README.md file has a typo in the code for the "Advanced Example 3: Serving a Dynamic Website" sample code. #3
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
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.
Originally posted by @rmaddy in swisspol/GCDWebServer#599
The text was updated successfully, but these errors were encountered: