Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 5, 2023
1 parent c3212e3 commit 91d87e2
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 @@ -43,7 +43,7 @@ site
├───logo.png
├───favicon.ico
├───README.md
├───writr.json
├───writr.config.ts
```

## 2. Add your content
Expand All @@ -58,7 +58,7 @@ This will build your site and place it in the `dist` folder. You can then host i

## Using Your own Template

If you want to use your own template you can do so by adding a `writr.json` file to the root of your project. This file will be used to configure the build process. Here is an example of what it looks like:
If you want to use your own template you can do so by adding a `writr.config.ts` file to the root of your project. This file will be used to configure the build process. Here is an example of what it looks like:

```js
{
Expand All @@ -79,7 +79,7 @@ site
├───site.css
├───logo.png
├───favicon.ico
├───writr.json
├───writr.config.ts
├───docs
│ ├───readme.md
│ ├───getting-started.md
Expand Down

0 comments on commit 91d87e2

Please sign in to comment.