diff --git a/README.md b/README.md index defbbab7c..aef686a81 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,10 @@ ## Introduction -Faust.js is a framework for building front-end applications for headless WordPress sites. Faust.js provides tooling to reduce the pains of building a headless WordPress site (namely around data fetching, authentication, previews, and SSR/SSG) while offering a pleasant experience for both developers and publishers. - -## Getting Started - -Faust.js aims to be framework agnostic, so it can be used with any front-end framework. Visit one of the guides below for a starting point: +Faust.js is a toolkit for building Next.js applications for headless WordPress sites. Faust.js provides tooling to reduce the pains of building a headless WordPress site (namely around data fetching, authentication, previews, and SSR/SSG) while offering a pleasant experience for both developers and publishers. - [Getting started with Next.js](https://faustjs.org/docs/getting-started) -As we work towards our first release, we will be introducing support for other frameworks. - ## System Requirements - Node.js v16.0.0 or newer (v16.8.0 when using Next.js 13 and v18.17 when using Next.js 14). diff --git a/packages/faustwp-cli/README.md b/packages/faustwp-cli/README.md index 849ac7cc6..0ed764ec1 100644 --- a/packages/faustwp-cli/README.md +++ b/packages/faustwp-cli/README.md @@ -19,4 +19,4 @@

-`@faustwp/cli` provides a CLI to develop, build, and serve your Faust apps. +`@faustwp/cli` provides a CLI to develop, build, and serve your Next.js apps built with Faust.js. diff --git a/packages/faustwp-core/README.md b/packages/faustwp-core/README.md index ea10caca5..1b687e72c 100644 --- a/packages/faustwp-core/README.md +++ b/packages/faustwp-core/README.md @@ -19,4 +19,4 @@

-Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers. +Faust is a toolkit that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers.