Skip to content

Commit

Permalink
Fix type in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVerschraegen authored and lpsinger committed Jan 23, 2024
1 parent 263c9ab commit 3fe6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add a sitemap and a robots.txt file to your site by adding [resource routes](htt

## Sitemap

Add to your project a route moodule called `app/routes/sitemap[.]xml.ts` with the following contents.
Add to your project a route module called `app/routes/sitemap[.]xml.ts` with the following contents.

```ts
import { routes } from "@remix-run/dev/server-build";
Expand Down

0 comments on commit 3fe6542

Please sign in to comment.