From 06ded31078ec1187ea10bcfe434b09d0c551a60c Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 5 Mar 2019 23:53:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 906c337b..3927d7bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![](https://img.shields.io/badge/License-GPL-blue.svg?logo=gnu)](https://github.com/iAmAsval/FModel/blob/master/LICENSE) [![](https://img.shields.io/badge/Twitter-@AsvalFN-1da1f2.svg?logo=twitter)](https://twitter.com/AsvalFN) -**A Fortnite .PAK file explorer build in C#** +**A Fortnite .PAK file explorer built in C#** @@ -14,7 +14,7 @@ **1.** Once you start the executable, a `FModel` subfolder will be created in your `Documents` folder as well as a `config.json` file and it'll automatically download the latest version of the modded Fortnite Asset Parser. **2.** Open the config file and fill `pathToFortnitePAKs` with the path to your Fortnite .PAK files -``` +```json { "pathToFortnitePAKs": "C:\\Program Files\\Epic Games\\Fortnite\\FortniteGame\\Content\\Paks" }