Skip to content

Commit d59ea65

Browse files
authored
Merge pull request #360 from wpengine/fix-readme-next
docs: astro=>next Readme fix
2 parents 6e38912 + 9a329ba commit d59ea65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/next/template-hierarchy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Astro Template HIerarchy and Data fetching w/URQL Example
1+
# Next.js Template Hierarchy and Data fetching w/URQL Example
22

3-
In this example we show how to implement the WP Template Hierarchy in Astro for use with a Headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content.
3+
In this example we show how to implement the WP Template Hierarchy in Next.js for use with a headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content.
44

55
## Getting Started
66

@@ -11,7 +11,7 @@ In this example we show how to implement the WP Template Hierarchy in Astro for
1111
2. Run `npm run example:start` to start the WP server and Astro development server.
1212

1313
> [!NOTE]
14-
> When you kill the long running process this will not shutdown the local WP instance, only Astro. You must run `npm run example:stop` to kill the local WP server.
14+
> When you kill the long running process this will not shutdown the local WP instance, only Next.js. You must run `npm run example:stop` to kill the local WP server.
1515
1616
## Trouble Shooting
1717

0 commit comments

Comments
 (0)