diff --git a/README.md b/README.md
index 1eca149..986c9ab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
Client-side execution of PHP applications compiled to .NET
+
### Introduction
Blazor is a new technology enabling to run .NET applications directly in the browser using WebAssembly, a recently created binary instruction format adopted by major web browsers. Whilst PHP is the most popular language in the realm of web applications, it cannot run directly in the browser. The PeachPie compiler provides a way to compile projects written in PHP into Common Intermediate Language (CIL), enabling them to run on the .NET platform.
@@ -25,7 +26,7 @@ I created four demo, which demonstrates common usage of using the library.
The web is placed in standalone project **Web**. You can see that there is no special constructs.
-
+
The benefit of creation this web in this manner is client side execution and navigation of the scrips. You can try it yourself. The magic of this is hide in *PhpScriptProvider* class.
@@ -129,7 +130,7 @@ You have to make same modification of client's *Main*, *index.html* and server's
At the end, the components are designed to be able to be put together. So you can easily have static web in Blazor web.
-![web](E:\OwnCode\Github\Bachelor_thesis\Documents\Pictures\webInweb.png)
+![web](./Documents/Pictures/webInweb.png)
### Project structure
@@ -156,4 +157,4 @@ The project is divided into 4 folders
- [ ] [FEATURE] Make rendering, which is implemented by Tag class in [blazorUtilities.php](https://github.com/TomatorCZ/Bachelor_thesis/blob/main/Scenarios/Scenario2/Asteroids/Php/blazorUtilities.php) smarter.
- [ ] [FEATURE] Think of a better way how to supply static files in Peachpie libraries.
- [ ] [FEATURE] Make file up/downloading as streams
-- [ ] [FEATURE] Lazy loading assemblies
\ No newline at end of file
+- [ ] [FEATURE] Lazy loading assemblies