Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b50e6da

Browse files
committed
Merge pull request symfony#515 from skeud/fix_typo_book_installation
Fix typo in book installation chapter
2 parents 6a3b8d4 + d743ff0 commit b50e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ one of the following commands (replacing ``###`` with your actual filename):
4545
tar zxvf Symfony_Standard_Vendors_2.0.###.tgz
4646
4747
# for a .zip file
48-
unzip Symfony_Standard_Vendors_2.0.###.tgz
48+
unzip Symfony_Standard_Vendors_2.0.###.zip
4949
5050
When you're finished, you should have a ``Symfony/`` directory that looks
5151
something like this:

0 commit comments

Comments
 (0)