Skip to content

Commit f41a39e

Browse files
improve readme clarity
1 parent 062ae90 commit f41a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Any static assets, like images, can be placed in the `public/` directory.
3333

3434
To define the markdown schema this project uses a typescript based schema known as [Zod](https://zod.dev). Details of how this is integratred into Astro can be found in Astros documentation on [content creation using Zod](https://docs.astro.build/en/guides/content-collections/#defining-datatypes-with-zod).
3535

36-
Note: When running in dev mode locally, API endpoints are not available on a clean repo until a build has been done
36+
Note: When running in dev mode locally on a clean repository, API endpoints will not be available until you run `npm run build` to generate the API index.
3737
### 🧞 Commands
3838

3939
All commands are run from the root of the project, from a terminal:

0 commit comments

Comments
 (0)