formatting and correct heading values
This commit is contained in:
14
README.md
14
README.md
@ -10,17 +10,17 @@
|
|||||||
|
|
||||||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Known Vulnerabilities][snky-image]][snky-url]
|
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Known Vulnerabilities][snky-image]][snky-url]
|
||||||
|
|
||||||
# docx
|
|
||||||
|
|
||||||
[](https://nodei.co/npm/docx/)
|
[](https://nodei.co/npm/docx/)
|
||||||
|
|
||||||
# Install
|
# docx
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install --save docx
|
$ npm install --save docx
|
||||||
```
|
```
|
||||||
|
|
||||||
# Demo
|
## Demo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm run demo
|
$ npm run demo
|
||||||
@ -28,11 +28,11 @@ $ npm run demo
|
|||||||
|
|
||||||
will run the demo app in the `demo` folder, which creates a file called "My Document.docx" in the root of the project
|
will run the demo app in the `demo` folder, which creates a file called "My Document.docx" in the root of the project
|
||||||
|
|
||||||
# Guide
|
## Guide
|
||||||
|
|
||||||
Please refer to [the Wiki](https://github.com/dolanmiu/docx/wiki) for details on how to use this library, examples and much more!
|
Please refer to [the Wiki](https://github.com/dolanmiu/docx/wiki) for details on how to use this library, examples and much more!
|
||||||
|
|
||||||
# Simple Usage
|
## Simple Usage
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Used to create docx files
|
// Used to create docx files
|
||||||
@ -61,7 +61,7 @@ exporter.pack('My First Document');
|
|||||||
// Or it will start downloading if you are using Express
|
// Or it will start downloading if you are using Express
|
||||||
```
|
```
|
||||||
|
|
||||||
# Examples
|
## Examples
|
||||||
Check [the Wiki](https://github.com/dolanmiu/docx/wiki/Examples) for examples.
|
Check [the Wiki](https://github.com/dolanmiu/docx/wiki/Examples) for examples.
|
||||||
|
|
||||||
=====
|
=====
|
||||||
|
Reference in New Issue
Block a user