Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Oct 23, 2013
1 parent 313fd61 commit caec1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Phalcon is written in C with platform independence in mind. As a result, Phalcon

### Windows

For use phalcon on windows you only should to download a DLL library (http://phalconphp.com/download). Edit your php.ini file and then add:
For use Phalcon on windows you only should to download a DLL library (http://phalconphp.com/download). Edit your php.ini file and then add:

```bash
extension=php_phalcon.dll
Expand Down Expand Up @@ -51,7 +51,7 @@ cd cphalcon/build
sudo ./install
```

Add extension to your php.ini
Add the extension to your php.ini

```bash
extension=phalcon.so
Expand Down

0 comments on commit caec1fa

Please sign in to comment.