For more information on creating skins for ButtonFacade, please visit the wiki at http://www.wowace.com/wiki/ButtonFacade/Skins.

Besides tweaking the skin file, there's a few places where you need to place the existing text with your own text. These are:

In the TOC:
- The name of the ToC file (ButtonFacade_SkinName instead of ButtonFacade_Template).
- The ## Title: comment. (SkinName).
- The ## Notes: comment. (SkinName).
- The ## Author: comment. (YourName).
- The ## X-eMail: comment. (Your@Email).

In the Skin.lua:
- The initial comment. (SkinName)
- The :AddSkin() function. (SkinName)

Also, don't forget to rename the add-on directory.

Note: The template used in Skin.lua was copied from DreamLayout as an example.