Skip to content

Commit

Permalink
fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clmath committed Oct 17, 2014
1 parent 660b332 commit d3f7a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This is the former dojox/treemap project.

Migration steps from dojox/treemap to dtreemap:

* replace any use of "dojox/treemap" AMD module path by "dtreemap"
* replace any use of .dojoxTreeMapXSomething CSS classes by .dtreemap-xsomething
* replace any use in markup of <div data-dojo-type="dojox/treemap/TreeMap" data-dojo-props="store: mystore"></div> by <d-treemap store="mystore"><d-treemap>
* replace any use of `"dojox/treemap"` AMD module path by `"dtreemap"`
* replace any use of `.dojoxTreeMapXSomething` CSS classes by `.dtreemap-xsomething`
* replace any use in markup of `<div data-dojo-type="dojox/treemap/TreeMap" data-dojo-props="store: mystore"></div>` by `<d-treemap store="mystore"><d-treemap>`

## Licensing

Expand Down

0 comments on commit d3f7a4d

Please sign in to comment.