Skip to content

Commit 412879d

Browse files
Refactor image URL in README.md and update license file
1 parent b4f7e76 commit 412879d

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Saikat Roy
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# 🖊️ Textify
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/CyberSaikat/testify/main/public/images/banner.png" alt="Leading Image" width="100%">
4+
<img src="https://raw.githubusercontent.com/CyberSaikat/Textify/main/public/images/banner.png" alt="Leading Image" width="100%">
55
</p>
66

77
**Textify** is a powerful React application that transforms your ideas into visually striking text compositions. With an intuitive interface and a rich set of features, Textify empowers you to create, edit, and manipulate text elements on a dynamic canvas. Whether you're designing social media posts, creating memes, or prototyping layouts, Textify is your go-to tool for text-based creativity.
88

9-
[![GitHub license](https://img.shields.io/github/license/CyberSaikat/textify.svg)](https://github.com/CyberSaikat/textify/blob/master/LICENSE)
10-
[![GitHub stars](https://img.shields.io/github/stars/CyberSaikat/textify.svg)](https://github.com/CyberSaikat/textify/stargazers)
11-
[![GitHub issues](https://img.shields.io/github/issues/CyberSaikat/textify.svg)](https://github.com/CyberSaikat/textify/issues)
9+
[![GitHub license](https://img.shields.io/github/license/CyberSaikat/Textify.svg)](https://github.com/CyberSaikat/Textify/blob/master/LICENSE)
10+
[![GitHub stars](https://img.shields.io/github/stars/CyberSaikat/Textify.svg)](https://github.com/CyberSaikat/Textify/stargazers)
11+
[![GitHub issues](https://img.shields.io/github/issues/CyberSaikat/Textify.svg)](https://github.com/CyberSaikat/Textify/issues)
1212

1313
## 🌟 Key Features
1414

@@ -32,8 +32,8 @@ Ensure you have the following installed:
3232

3333
1. **Clone the repository**
3434
```bash
35-
git clone https://github.com/yourusername/textify.git
36-
cd textify
35+
git clone https://github.com/yourusername/Textify.git
36+
cd Textify
3737
```
3838

3939
2. **Install dependencies**

0 commit comments

Comments
 (0)