diff --git a/packages/core/README.md b/packages/core/README.md index 5cdf0db34..4492fdfd9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -182,14 +182,14 @@ const App = () => { } ``` -## Who is this for ? 🤔 -You should use this if +## Who is this for? 🤔 +You should use this if: - ✅ You want to design your page editor according to your own UI specifications. With Craft.js, you control almost every aspect of the look and feel of your page editor. - ✅ You like the React ecosystem. Being a React framework, not only do you get to build your user interface declaratively, but you will also be able to extend upon thousands of existing React components for your page editor. - ✅ You're the coolest kid in class 😎 -You should not use this if -- ❌ You need a page editor that works out of the box. Craft.js is an abstraction for which you build your own page editor upon. It does not come with a ready-made user interface, for example. +You should not use this if: +- ❌ You need a page editor that works out of the box. Craft.js is an abstraction where you implement your own page editor upon. For example, it does not come with a ready-made user interface. - However, you could still consider using the [examples](https://github.com/prevwong/craft.js/tree/master/packages/examples) as a starting point. @@ -222,4 +222,4 @@ Craft.js is made with :heart: by these wonderful people ([emoji key](https://all -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! diff --git a/packages/examples/basic/README.md b/packages/examples/basic/README.md index ef3767792..baa80d2f7 100644 --- a/packages/examples/basic/README.md +++ b/packages/examples/basic/README.md @@ -1,8 +1,8 @@ # Basic demo -This example is the end result of the tutorial [guide](https://craft.js/org/docs/basic-tutorial). +This example is the end result of the tutorial [guide](https://craft.js.org/r/docs/guides/basic-tutorial). -Check out the live demo [here](https://prewong.github.io/craft.js/examples/basic) +Check out the live demo [here](https://craft.js.org/examples/basic/) ## Try it out ```bash