Skip to content

Commit

Permalink
readme: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbtn committed Aug 15, 2011
1 parent 5626a7c commit e46dd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To get started download the excelFormulaUtilities-0.9.1.js and check out the exa
##Basic usage

`var messyFormula = 'IF(1+1=2,"true","false")';
alert(excelFormulaUtilities.formatFormula(messyFormula)) //Display Formated excel formula. `
alert(excelFormulaUtilities.formatFormula(messyFormula)) //Display Formated excel formula.`

##Example

Expand Down

0 comments on commit e46dd06

Please sign in to comment.