diff --git a/templates/sysmodule/README.md b/templates/sysmodule/README.md index 7cdcca8..9240df5 100644 --- a/templates/sysmodule/README.md +++ b/templates/sysmodule/README.md @@ -1,6 +1,6 @@ # sysmodule -This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//flags/boot2.flag`. +This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/contents//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/contents//flags/boot2.flag`. Where titleid is whatever you specify. Update the `$(TARGET).json` file with the titleid and any other changes.