Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Sep 19, 2023
1 parent 5c998da commit 567ed92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,16 @@ git clone https://github.com/APIBrasil/api-multas.git && cd /api-multas
cp .env-exemplo .env && yarn && yarn start
```

# Usando Javascript
# Rodando em background
```bash
yarn add pm2 --global
```

```bash
pm2 start dist/index.js --name=API-MULTAS
```

# Consumindo com Javascript
```npm i api-multas```

```ts
Expand Down

0 comments on commit 567ed92

Please sign in to comment.