diff --git a/README.md b/README.md index 2ae3511..3738b4d 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Let's say between 10eur and 50eur per blogpost, depending on the complexity ``` IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : -├── assets <--- blog assets, maybe add your profile picture in the img folder if you want +├── assets <--- blog assets │   ├── css │   ├── fonts.old -│   ├── img +│   ├── img <--- add your profile picture in the img folder if you want │   └── webfonts ├── index.html <--- main blogpost page (no need to edit that) ├── README.md -└── servers +└── opsec ├── 0_anon <--- template tutorial folder │   └── index.html ├── anonaccess <--- example tutorial folder @@ -29,7 +29,7 @@ IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : │   └── 0.png <--- images needed for the tutorial │   └── 1.png │   └── 2.png - ├── anon.html <--- privacy / anon / deniability tutorials index page, where they are all listed + ├── index.html <--- privacy / anon / deniability tutorials index page, where they are all listed ``` ## Prerequisites: