GCDWebServer
GCDWebServer copied to clipboard
Typo on the dynamic website example code
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.