diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-02-07 03:49:27 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-02-07 03:50:49 +0300 |
commit | c57197bd7fd37161c42a1a6fd272c6666c8a13a1 (patch) | |
tree | 5d8ca4ab804c975a074079f8974de7dae3839c7c | |
parent | f206fb42b6fb8bd7945df5240de2f86cbd9fc1b5 (diff) | |
download | react-benzin-c57197bd7fd37161c42a1a6fd272c6666c8a13a1.tar.gz |
docs: add screenshot to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ $ npm install react-benzin **TIP:** *Create-React-App with Typescript* is your GO-TO in most of the cases. [Learn more.](https://create-react-app.dev/docs/adding-typescript/) +![Preview screenshot](https://user-images.githubusercontent.com/51545008/73991116-46b04f00-495c-11ea-9733-865bcc6c8807.png) + You can find a minimal usage example [here](src/index.tsx). ## Functionality |