From 9affe7b1f6b251fea4f1311abff6e6e17f89dd60 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 21 Sep 2022 23:31:06 +0200 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15330e4..ce01de7 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ An easily configurable portfolio. ## Configuration -- The actual content is in [portfolio.ts](src/portfolio.ts) -- The assets referenced should be located in [src/static](src/static) +- The actual content is in the [data](src/data) folder starting with [portfolio.ts](src/data/portfolio.ts) +- The assets referenced should be located in [data/media](src/data/media) ## Build 1. `npm install` 2. `npm run build` -3. You can find the results in the [dist folder](dist) +3. You can find the results in the [dist](dist) folder