updated readme

This commit is contained in:
rutik wankhade 2020-08-19 00:33:09 +05:30
parent 4a599e5778
commit c710402a7b

View File

@ -19,10 +19,10 @@
## ⚡ Features ## ⚡ Features
- 🛠 Create cover images for your blogs quick and easily - 🛠 Create cover images for your blogs quickly and easily
- 🌈 Choose different background-color - 🌈 Choose different colors for background, foreground, border and text
- ✨ Choose from 15 different background patterns - ✨ Choose from 15+ different background patterns
- 💾 Download cover images in `.png` format - 💾 Download cover images in `.png` as well as `.jpeg` format
## 👩‍💻 Developing ## 👩‍💻 Developing
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
@ -30,7 +30,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
```shell ```shell
git clone https://github.com/your/awesome-project.git git clone https://github.com/rutikwankhade/CoverView.git
cd CoverView/ cd CoverView/
npm start npm start
``` ```