Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jschoedl committed Jul 15, 2024
1 parent 2cf8a7c commit 4ad3032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Visit [the website](https://4colors.jschoedl.ml) to try it out!
> <img src="/docs/c5.png" width=500px>
>
> <img src="https://render.githubusercontent.com/render/math?math=C_5">, another planar graph.
> $C_5$, another planar graph.
> <img src="/docs/k5.png" width=500px>
>
> <img src="https://render.githubusercontent.com/render/math?math=K_5">, a non-planar graph with a chromatic number of 5.
> $K_5$, a non-planar graph with a chromatic number of 5.
## Running it locally
Make sure [Node.js and npm](https://nodejs.org/en/download/) are installed, clone this repository and open its folder in a terminal.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "4colors",
"homepage": "https://4colors.jschoedl.ml",
"homepage": "https://jschoedl.github.io/4colors/",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 4ad3032

Please sign in to comment.