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