diff --git a/README.md b/README.md
index 041e571..5b11ec5 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,19 @@
-# Julia_msi_GUI
+# JuliaMSI
A Graphical User Interface for MSI in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML
## Local Installation
1. Make sure you have Julia installed, if not, follow the next installation guide for [juliaup](https://github.com/JuliaLang/juliaup) (recommended) or [julia](https://julialang.org/downloads/platform/)
-2. Access the repository using this link:
- https://github.com/Pixelguy14/Julia_msi_GUI
- click "<> Code" button then hit "Download ZIP"
- unzip the file in your desired location
+2. Download this repository.
## Load User Interface
-1. Set working directory to Julia_msi_GUI (this repository) in your terminal using:
+1. Set working directory to JuliaMSI (this repository) in your terminal using:
Linux:
```
- cd PathToRepository/Julia_msi_GUI-main
+ cd PathToRepository/JuliaMSI
```
Windows/Mac:
```
- cd PathToRepository\Julia_msi_GUI-main
+ cd PathToRepository\JuliaMSI
```
2. Launch the Julia project in your terminal using:
```
diff --git a/app.jl.html b/app.jl.html
index 0336595..77c2180 100644
--- a/app.jl.html
+++ b/app.jl.html
@@ -2,7 +2,7 @@