Commit 381d2cce authored by Fabien Potencier's avatar Fabien Potencier

merged branch jdreesen/fix-01 (PR #129)

Commits
-------

f8d49d53 [docs] removed obsolete sentence (see 5a0860)

Discussion
----------

[docs] removed obsolete sentence (see 5a0860)

Since https://github.com/fabpot/Silex/commit/5a08609 use statements for Silex aren't used anymore. But this sentence wasn't removed...
parents 3c829687 f8d49d53
...@@ -20,8 +20,6 @@ controller definitions, call the ``run`` method on your application. ...@@ -20,8 +20,6 @@ controller definitions, call the ``run`` method on your application.
$app->run(); $app->run();
The use statement aliases ``Silex\Application`` to ``Application``.
One other thing you have to do is configure your web server. If you One other thing you have to do is configure your web server. If you
are using apache you can use a ``.htaccess`` file for this. are using apache you can use a ``.htaccess`` file for this.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment