diff --git a/README.md b/README.md
index b3617b6..0878563 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Simply grab the .zip in release corresponding to your Ghidra version and install
Make sure the extension is active(there should be a checkmark on the left), scripts should then be accessible in CodeBrowser through "Window=>Script Manager".
## Required change
-To avoid issues with decompilation the following change is needed in Processors\PowerPC\data\languages\ppc_64_32.cspec
+To avoid issues with decompilation the following change is needed in `Ghidra\Processors\PowerPC\data\languages\ppc_64_32.cspec`
Add `` to the `` list
@@ -28,8 +28,6 @@ Some cell specific instructions are currently not supported in Ghidra, these are
## AnalyzePs3Binary.java
The main script, this should be used BEFORE analysis is run on the program.
-This will ask for the location of the nids.txt file.
-
It will then parse the information sections and define imports/exports and name the ones it can from the nids file, and then set the TOC.
After this you should run the auto analysis tool within Ghidra, and then run the syscall define script.