@nubbin/core 0.1.1 → 0.2.0

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
@@ -31,7 +31,5 @@ const artifact = compile(documentVersion, catalog, registry, "/promotions/summer
31
31
  Props are inferred from the schema with `InferProps<typeof heroSchema>`, so nothing declares a
32
32
  block's shape twice.
33
33
 
34
- **Release candidate.** The API is settled enough to build against and not yet stable.
35
-
36
- The design record, including the paths not taken, is at
37
- <https://effekt.github.io/nubbin/>. MIT.
34
+ Read the [Nubbin documentation](https://nubbin.io) for the API reference and design record.
35
+ MIT.