Skip to content

Commit 540f8c3

Browse files
committed
docs: fix links
1 parent 1a63cb3 commit 540f8c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ The `CryptoDriver` is a simple and easy-to-use encryption class, manages cipher
44

55
## Table of Contents
66

7-
- [Installation](##Installation)
8-
- [Importing](##Importing)
9-
- [Usage](##Usage)
10-
- [API](##API)
11-
- [CryptoDriver(key)](###CryptoDriver(key))
12-
- [CryptoDriver#encrypt(data)](###CryptoDriver#encrypt(data))
13-
- [CryptoDriver#decrypt(encrypted)](###CryptoDriver#decrypt(encrypted))
14-
- [Security Considerations](##Security-Considerations)
15-
- [Contributing](##Contributing)
16-
- [License](##License)
7+
- [Installation](#installation)
8+
- [Importing](#importing)
9+
- [Usage](#usage)
10+
- [API](#api)
11+
- [CryptoDriver(key)](#cryptodriverkey)
12+
- [CryptoDriver#encrypt(data)](#cryptodriverencryptdata)
13+
- [CryptoDriver#decrypt(encrypted)](#cryptodriverdecryptencrypted)
14+
- [Security Considerations](#security-considerations)
15+
- [Contributing](#contributing)
16+
- [License](#license)
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)