Skip to content

Commit

Permalink
update readme app url
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursimas1 committed Jun 1, 2023
1 parent 92c6201 commit d092aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Esse repositório (e sua [Wiki](//github.com/intrig-unicamp/paths-viewer/wiki/)) contém todo o código da ferramenta, como também instruções para execução, _deploy_, contribuição e demais informações.

## Demonstração de Uso
Para uma breve demonstração, acesse o **PathsViewer** no endereço [paths-viewer.vercel.app](https://paths-viewer.vercel.app/).
Para uma breve demonstração, acesse o **PathsViewer** no endereço [intrig-unicamp.github.io/paths-viewer](https://intrig-unicamp.github.io/paths-viewer/).

- A tela inicial apresenta a seleção dos modos de operação

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ O _script_ [`realtime-sim.py`](./realtime-sim.py) faz o envio de dados históric

Esse _script_ pode ser executado pelo terminal da seguinte forma:
```bash
python3 realtime-sim.py --endpoint https://paths-viewer.vercel.app/api/session/1773295143798 --city RIO_DE_JANEIRO
python3 realtime-sim.py --endpoint https://example.com/paths-viewer/api/session/1773295143798 --city RIO_DE_JANEIRO
```

Para mais opções de utilização, consulte o comando de ajuda:
Expand Down

0 comments on commit d092aba

Please sign in to comment.