Fix code example in readme.

This commit is contained in:
SukantGujar 2019-03-12 09:58:42 +05:30
parent 55856617d2
commit fb8b4854ae

View File

@ -20,6 +20,7 @@ From the `express-file-server` example:
1. Implement a `ContentProvider` function which prepares and returns a `Content` object:
import { promisify } from "util";
import fs from "fs";
import { Range, ContentDoesNotExistError, ContentProvider } from "express-partial-content";
import {logger} from "./logger";