@measured/puck 0.19.0-canary.c33636f → 0.19.0-canary.c79f5db8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,9 +3,6 @@
3
3
  The visual editor for React.
4
4
 
5
5
  <p align="left">
6
- <a aria-label="Measured logo" href="https://measured.co">
7
- <img src="https://img.shields.io/badge/MADE%20BY%20Measured-000000.svg?style=for-the-badge&labelColor=000">
8
- </a>
9
6
  <a aria-label="NPM version" href="https://www.npmjs.com/package/@measured/puck">
10
7
  <img alt="" src="https://img.shields.io/npm/v/@measured/puck.svg?style=for-the-badge&labelColor=000000">
11
8
  </a>
@@ -95,6 +92,7 @@ Available recipes include:
95
92
 
96
93
  - [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js example, using App Router and static page generation
97
94
  - [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 example, using dynamic routes at root-level
95
+ - [**react-router**](https://github.com/measuredco/puck/tree/main/recipes/react-router): React Router v7 app example, using dynamic routes to create pages at any level
98
96
 
99
97
  ## Community
100
98
 
@@ -109,4 +107,4 @@ Or [book a discovery call](https://app.cal.com/chrisvxd/puck-enquiry/) for hands
109
107
 
110
108
  ## License
111
109
 
112
- MIT © [Measured Corporation Ltd](https://measured.co)
110
+ MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)