We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9bb93 commit a6c6dc6Copy full SHA for a6c6dc6
1 file changed
README.md
@@ -155,7 +155,7 @@ const server = http.createServer((req, res) => {
155
### Serving custom directory
156
157
```js
158
-const fileServer = new statik.Server(__dirname + '/../fixtures', {
+const fileServer = new statik.Server(__dirname + '/../public', {
159
directoryCallback (pathname, req, res) {
160
res.writeHead(200, {
161
'Content-Type': 'text/html'
0 commit comments