Skip to content

Commit fa7bf79

Browse files
Update README.md
1 parent 2d87783 commit fa7bf79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
🔍 # Difference Calculator (gendiff)
1+
# 🔍 Difference Calculator (gendiff)
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![Actions Status](https://github.com/SierraMoiseevna/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/SierraMoiseevna/frontend-project-46/actions)
@@ -8,7 +8,7 @@
88

99
A CLI tool for comparing files (JSON/YAML) and displaying differences in multiple formats.
1010

11-
🌟 ## Features
11+
## 🌟 Features
1212

1313
- Supports JSON and YAML input formats
1414
- Three output formats:
@@ -18,7 +18,7 @@ A CLI tool for comparing files (JSON/YAML) and displaying differences in multipl
1818

1919
---
2020

21-
⚙️ ## Installation
21+
## ⚙️ Installation
2222

2323
```bash
2424
# Clone repository
@@ -32,7 +32,7 @@ npm install
3232
npm install -g .
3333
```
3434

35-
🛠 ## Development and Testing
35+
## 🛠 Development and Testing
3636
```bash
3737
# Run linter
3838
npx eslint .
@@ -46,7 +46,7 @@ make test
4646
npx prettier --write .
4747
```
4848

49-
🚀 ## Usage
49+
## 🚀 Usage
5050
```
5151
gendiff -h
5252
Usage: gendiff [options] <filepath1> <filepath2>
@@ -58,7 +58,7 @@ Options:
5858
-f, --format <format> output format (default: "stylish")
5959
-h, --help display help for command
6060
```
61-
📋 ## Examples
61+
## 📋 Examples
6262
### Compare flat files
6363
```
6464
# JSON files
@@ -76,7 +76,7 @@ gendiff --format plain nested1.json nested2.json
7676
gendiff --format json nested1.yml nested2.yml
7777
```
7878

79-
🎥 ## Demo:
79+
## 🎥 Demo:
8080
### Creating difference between 2 flat .json files:
8181
<a href="https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk" target="_blank"><img src="https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk.svg" /></a>
8282
### Creating difference between 2 flat .yml files:

0 commit comments

Comments
 (0)