From 0691edc48905f6e055716b025e11cdff61024ffc Mon Sep 17 00:00:00 2001 From: azreenashah Date: Tue, 7 Jan 2020 00:01:27 +0800 Subject: [PATCH 1/2] Update README.md --- packages/core/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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! From d1c4fbf3666a97fa968022ebf4868505fae1f155 Mon Sep 17 00:00:00 2001 From: Prev Wong Date: Tue, 7 Jan 2020 15:37:33 +0800 Subject: [PATCH 2/2] fix links in basic demo readme --- packages/examples/basic/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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