Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
n0ctu committed Jan 20, 2024
1 parent f446c3b commit aeefbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The tool is written in pure javascript and does not require any external librari

## Demo

A demo of the tool can be found [here](https://luxeria.ch/luxlogo/).
A demo of the tool can be found [here](https://luxeria.ch/) (TODO: Add link).

## Usage

Expand All @@ -20,9 +20,9 @@ Then instantiate the LuxLogo class and manipulate the variables. Finally call th

```javascript
const logo = new LuxLogo();
logo.rotation = 20;
logo.rotation = 45;
logo.color1 = "#ff0000";
logo.numArrows = 5;
logo.numArrows = 3;

document.getElementById("logo").innerHTML = logo.generate();
```
Expand Down

0 comments on commit aeefbc4

Please sign in to comment.