Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Mar 27, 2022
1 parent 175ecef commit 57bef2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Chromiumly supports both [dotenv](https://www.npmjs.com/package/dotenv) and [con
#### dotenv

```bash
GOTENBERG_ENDPOINT=localhost:3000
GOTENBERG_ENDPOINT=http://localhost:3000
```

#### config

```json
{
"gotenberg": {
"enpdoint": "localhost:3000"
"enpdoint": "http://localhost:3000"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromiumly",
"version": "1.0.3",
"version": "1.0.4",
"description": "A lightweight Typescrpit library which interacts with Gotenberg's Chromium module to convert HTML documents to PDF.",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 57bef2a

Please sign in to comment.