InfiniTime.git

commit 809323df3ad6df288f5de03116e7602cb9a8435a

Author: mashuptwice <info@mashup-tech.de>

 Applist is in ApplicationList.h

 doc/code/Apps.md | 2 +-


diff --git a/doc/code/Apps.md b/doc/code/Apps.md
index c756a8b4e415f4c6356cb4d69340687008cfa9d7..ad0f040373435cd7a5b4dd30906d5dfd463fcd1a 100644
--- a/doc/code/Apps.md
+++ b/doc/code/Apps.md
@@ -99,7 +99,7 @@ Now, go to the function `DisplayApp::LoadApp` and add another case to the switch statement.
 The case will be the id you gave your app earlier.
 If your app needs any additional arguments, this is the place to pass them.
 
-If you want to add your app in the app launcher, add your app in [displayapp/screens/ApplicationList.cpp](/src/displayapp/screens/ApplicationList.cpp) to one of the `CreateScreen` functions, or add another `CreateScreen` function if there are no empty spaces for your app. If your app is a setting, do the same procedure in [displayapp/screens/settings/Settings.cpp](/src/displayapp/screens/settings/Settings.cpp).
+If you want to add your app in the app launcher, add your app in [displayapp/screens/ApplicationList.h](/src/displayapp/screens/ApplicationList.h) to the array containing the applications and their corresponding symbol. If your app is a setting, do the same procedure in [displayapp/screens/settings/Settings.h](/src/displayapp/screens/settings/Settings.h).
 
 You should now be able to [build](../buildAndProgram.md) the firmware
 and flash it to your PineTime. Yay!