Skip to content

Commit 607c309

Browse files
author
St0n14
committed
fix typo
1 parent 5d4cb8f commit 607c309

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

docs/guide/guide.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
1-
# How-to Guide for pyDFIRRam
1+
## How-to Guide for pyDFIRRam
22

3-
## Introduction
3+
### Introduction
44

55
Welcome to the How-to Guide for pyDFIRRam, a Python wrapper for the Volatility framework. This guide will help you get started with the package, configure it, and perform common tasks.
66

7-
## Table of Contents
7+
### Table of Contents
88

99
1. [Getting Started](#getting-started)
10-
2. [Configuration](#configuration)
11-
3. [Basic Usage](#basic-usage)
12-
4. [Advanced Usage](#advanced-usage)
13-
5. [Troubleshooting](#troubleshooting)
14-
6. [Additional Resources](#additional-resources)
15-
16-
## Getting Started
17-
### Prerequisite
10+
11+
12+
### Getting Started
13+
#### Prerequisite
1814
- Python3.10
19-
### Installation
15+
#### Installation
2016

2117
To install pyDFIRRam, use pip:
2218
```bash
2319
pip install pydfirram
2420
```
2521

26-
### Basic Usage
22+
#### Basic Usage
2723
```python
2824
from pydfirram.modules.windows import Windws
2925
wrap = Windows("dmp.raw")

0 commit comments

Comments
 (0)