elwerene / libreoffice-convert

MIT License
242 stars 94 forks source link

enterPath is declared twice in README.md #23

Closed denyshubh closed 4 years ago

denyshubh commented 4 years ago

const enterPath = path.join(__dirname, '/resources/example.docx'); const outputPath = path.join(__dirname, /resources/example${extend});

// Read file const enterPath = fs.readFileSync(enterPath);

elwerene commented 4 years ago

merged