Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Fix error in Inet\SugarCrm\Application example
  • Loading branch information
Jorge Sá Pereira committed May 5, 2016
1 parent 64592de commit b9bacc1
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 @@ -31,7 +31,7 @@ use Psr\Log\NullLogger;
use Inet\SugarCRM\Application;

$sugarApp = new Application(new NullLogger(), '/home/sugarcrm/www');
echo $sugarApp->getSugarPath();
echo $sugarApp->getPath();
if ($sugarApp->isValid()) {
echo $sugarApp->getVersion();
}
Expand Down

0 comments on commit b9bacc1

Please sign in to comment.