Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemaia authored Jun 27, 2024
1 parent f81ed76 commit d331c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ URL: https://georgemaia.github.io/certificados

## USAGE

Change the SERVER constant in the config.js with your full address of the certificates files.
In the settings page of the repository, turn on Github Pages. After, change the SERVER constant in the config.js with your full address of the certificates files.

```javascript
const SERVER = "http://localhost/certificados-repo/files/";
Expand All @@ -28,3 +28,5 @@ Change the FILENAME constant in the config.js with your certificates list in CSV
```javascript
const FILENAME = "certificados.csv";
```

Then upload the PDFs files in the folder of the server.

0 comments on commit d331c29

Please sign in to comment.