From 8de76923cea13f2052c551d0d0f77c792cbc9c73 Mon Sep 17 00:00:00 2001 From: Andrew Lovett-Barron Date: Wed, 10 Jul 2024 10:47:42 +0200 Subject: [PATCH] Updating readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 4427c62..10ccc73 100644 --- a/readme.md +++ b/readme.md @@ -72,9 +72,9 @@ See [base.md](example/base.md) for an examples. A simple nextjs app lives [in th The [options](src/options.ts) file has everything, but I'll just share the used ones currently. Please note that these are likely to change before I hit v1.0. They currently define the path broadly, and an overview might look like this: -Grab a file via filesync: `ProjectDirectory/ssrPath/assetpath/filename.extension` -Grab a file via fetch: `url/assetpath/filename.extension` -Read a mdfile ssr NOT stored in static directory: `ProjectDirectory/mdPath/filename.md` +- Grab a file via filesync: `ProjectDirectory/ssrPath/assetpath/filename.extension` +- Grab a file via fetch: `url/assetpath/filename.extension` +- Read a mdfile ssr NOT stored in static directory: `ProjectDirectory/mdPath/filename.md` There's definitely a better way to do this but...