Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
No JavaScript in the README makes a lot of sense for GitHub…
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaunchaMan committed Mar 22, 2013
1 parent ae15d9e commit bea8c52
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -139,11 +139,8 @@ The `AKButtonImageCoordinator` class is like the `AKImageCoordinator` class, but

This produces the following image output (for a button that’s 150 x 44 on a Retina display):

<img src="readme_images/example2_off.png"
width=150
height=44
onMouseOver="this.src='readme_images/example2_on.png';"
onMouseOut="this.src='readme_images/example2_off.png';">
Off: ![Example Image 2 (Off)](readme_images/example2_off.png)
On: ![Example Image 2 (On)](readme_images/example2_on.png)

## The `bin` Directory
In the `bin` directory are two scripts: `gen_docs.sh` and `publish_docs.sh`. These scripts are meant for me to run as a convenience to publish the appledoc docs. Use caution when running them.
Expand Down

0 comments on commit bea8c52

Please sign in to comment.