Update README.md

This commit is contained in:
Garrone Joseph 2020-05-18 04:57:35 +02:00 committed by GitHub
parent 9878815271
commit 1e62f6c1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ import * as fs from "fs";
import * as path from "path";
const str = fs.readFileSync(
path.join(__filename,"..", "package.json")
path.join(__dirname,"..", "package.json")
).toString("utf8");
```