Skip to content

Commit 558656b

Browse files
committed
Docs:Fix command syntax in docs
1 parent 17ac0ac commit 558656b

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
## Table of Contents
4-
5-
- [RSP (Raw String Peeler)](#rsp-raw-string-peeler)
6-
- [Installation](#installation)
7-
- [From Source](#from-source)
8-
- [Prerequisites](#prerequisites)
9-
- [Get Started](#get-started)
10-
- [Basic Usage](#basic-usage)
11-
- [What it does](#what-it-does)
12-
- [Supported file types](#supported-file-types)
13-
- [Testing](#testing)
14-
- [CI/CD](#cicd)
15-
- [License](#license)
16-
- [Contribution](#contribution)
17-
- [Project Structure](#project-structure)
18-
19-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
20-
211
# RSP (Raw String Peeler)
222

233
A Rust CLI tool that converts escaped strings embedded in YAML ConfigMaps into properly formatted multi-line strings using YAML's pipe (`|`) syntax.
244

5+
<!-- START doctoc -->
6+
<!-- END doctoc -->
7+
258
## Installation
269

2710
### From Source

0 commit comments

Comments
 (0)