You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
To install just get the package from GitHub and extract it to your `<wow-installation-directory>\Interface\AddOns\` folder. You may need to rename the folder to `SimplePowerDisplay`.
6
6
7
-
If you have been using `nibPointDisplay` and want to keep your settings you should rename the file `WTF/Account/<acc name>/SavedVariables/nibPointDisplay.lua` to `WTF/Account/<acc name>/SavedVariables/SimplePowerDisplay.lua`.
7
+
If you have been using `nibPointDisplay` and want to keep your settings you should rename the file `<wow-installation-directory>\WTF\Account\<acc name>\SavedVariables\nibPointDisplay.lua` to `<wow-installation-directory>\WTF\Account\<acc name>\SavedVariables\SimplePowerDisplay.lua`.
8
8
Then open the renamed file and change the string `nibPointDisplayDB` to `SimplePowerDisplayDB`.
9
9
10
10
##Supported Power Types
@@ -15,4 +15,4 @@ Then open the renamed file and change the string `nibPointDisplayDB` to `SimpleP
15
15
16
16
###Requests
17
17
18
-
For issues and requests for other power types, please submit a [GitHub issue!](./issues)
18
+
For issues and requests for other power types, please submit a [GitHub issue](issues/new)!
0 commit comments