Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsukanov committed Aug 30, 2023
1 parent 757c08e commit 8d3e854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surveyjs-pdf-nodejs/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This example demonstrates how to generate a PDF form using the [SurveyJS](https:

## Run the project

1. Install npm packages.\
1. Install npm packages.

```
npm install
```

1. Execute the `index.js` file to generate a PDF form as a `survey-result.pdf` file. You will find this file in the project folder.\
1. Execute the `index.js` file to generate a PDF form as a `survey-result.pdf` file. You will find this file in the project folder.

```
node index.js
Expand Down

0 comments on commit 8d3e854

Please sign in to comment.