Skip to content

Commit

Permalink
Working on README and GFM
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrosner committed Jan 12, 2012
1 parent 80defe8 commit e474735
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.markdown
Expand Up @@ -5,7 +5,12 @@ An embeddable CoffeeScript Molecular Visualizer for HTML5 Browsers.

### To embed into webpage
1. Compile (instructions below *but do not include main.coffee*)
3. Create a `<canvas>` element reachable by a class or ID
3. Create a `<canvas>` element reachable by a class or ID, for example,

```html
<canvas height="300" width="300" id="mainCanvas">Canvas Load Failed</canvas>
```

2. Include the following JavaScript:

```js
Expand Down

0 comments on commit e474735

Please sign in to comment.