From ad0e02c74250b65bcea0614b88192116619448ca Mon Sep 17 00:00:00 2001 From: ngxson Date: Fri, 15 Apr 2022 10:44:21 +0200 Subject: [PATCH] reame: add images --- README.md | 5 ++++- boilerplate/README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 984ba3b..0948e86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Building applications for Kindle has never been that easy. In the past, people used to build Kindle booklets on Java. This is complicated because they need to deal with jar signing problems. Now with ReactJS, you can build simple applications faster and easier. -To get started, see [boilerplate]() +To get started, see [boilerplate](boilerplate) + + + # Author diff --git a/boilerplate/README.md b/boilerplate/README.md index 78b7f96..b8eb1c0 100644 --- a/boilerplate/README.md +++ b/boilerplate/README.md @@ -4,6 +4,9 @@ Building applications for Kindle has never been that easy. Now with ReactJS, you **NOTICE: Kindle firmware 5.12 and up is required** + + + # Get started Assume that you've already familiar with ReactJS.