diff --git a/README.md b/README.md index 60718149a5e0..251f8cca03fe 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,6 @@ cofounder of GitHub (most popular code host on the planet), creator of Jekyll Versioning specification (powers the Node packaging ecosystem), and inventor of TOML (an obvious, minimal configuration language used by many projects). -> **NOTICE:** RedwoodJS is very close to a stable version 1.0. In the last two -> years, the project has matured significantly and is already used in production -> by a number of VC-backed startups. We are currently in the release candidate -> phase and intend to release a final v1.0.0 in March of 2022. - > **TUTORIAL:** The best way to get to know Redwood is by going through the > extensive [Redwood Tutorial](https://redwoodjs.com/docs/tutorial). Have fun! @@ -133,14 +128,10 @@ in the same monorepo. ## Roadmap -We intend to release a truly production-ready 1.0 in early 2022. To see all the -features we plan on including in Redwood's first major release, you can check -out our [Roadmap](https://redwoodjs.com/roadmap). - A framework like Redwood has a lot of moving parts; the Roadmap is a great way to get a high-level overview of where the framework is relative to where we want it to be. And since we link to all of our GitHub project boards, it's also a -great way to get involved! +great way to get involved! [Roadmap](https://redwoodjs.com/roadmap) ## Why is it called Redwood? diff --git a/packages/create-redwood-app/template/README.md b/packages/create-redwood-app/template/README.md index 60461cb0f898..ff19360418a9 100644 --- a/packages/create-redwood-app/template/README.md +++ b/packages/create-redwood-app/template/README.md @@ -1,10 +1,4 @@ # Redwood - -> **NOTICE:** RedwoodJS is very close to a stable version 1.0. In the last two years, -> the project has matured significantly and is already used in production by a number -> of startups. We intend to have a 1.0 release candidate before the end of 2021 and -> to release a truly production-ready 1.0 in early 2022. - ## Getting Started - [Tutorial](https://redwoodjs.com/docs/tutorial): getting started and complete overview guide. - [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more. @@ -24,4 +18,4 @@ yarn install yarn redwood dev ``` -Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`. +Your browser should open automatically to `http://localhost:8910` to see the web app. Server functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`.