lshifr / CodeFormatter

A pretty-printer for Mathematica language, working on the box level
Other
33 stars 7 forks source link

Minor code typo in readme file 'Intallation Instructions' #5

Closed telefunkenvf14 closed 10 years ago

telefunkenvf14 commented 10 years ago

https://github.com/lshifr/CodeFormatter/blob/master/README.md#installation

I noticed that: FileNameJoin[$UserBaseDirectory, "Applications"] is missing { } which causes errors. Replace with: FileNameJoin[{$UserBaseDirectory, "Applications"}]

lshifr commented 10 years ago

Thanks for noticing! Fixed now.