Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalamando authored Nov 13, 2021
1 parent bf349d5 commit e9cc17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![ci](https://github.com/Scalamando/digit-scanner/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Scalamando/digit-scanner/actions/workflows/ci.yml)
[![docker_size](https://badgen.net/docker/size/scalamando/digit-scanner/latest?icon=docker&label=size)](https://hub.docker.com/repository/docker/scalamando/digit-scanner)

A web app to collect handwritten digits for data-science use cases. Built with Express, PostgreSQL and TypeORM.
A web app to collect handwritten digits for data-science use cases. Built with Express, EJS, PostgreSQL and TypeORM.

## Usage

Expand Down Expand Up @@ -76,4 +76,4 @@ POSTGRES_DB = ${ DATABASE_DB }
POSTGRES_PORT = ${ DATABASE_PORT }
CA_CERT = ${ DATABASE_CERT }
PORT = ${ PORT }
```
```

0 comments on commit e9cc17f

Please sign in to comment.