Skip to content

Commit 545affe

Browse files
authored
Merge pull request #209 from nbro/patch-1
Fix docs link in readme
2 parents 5f8915d + 85bc763 commit 545affe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can read about it in more detail [in this blog post](https://medium.com/p/9d
99

1010
## Documentation
1111

12-
Documentation is available on [php.net](http://docs.php.net/manual/en/book.ds.php). You should also include the [polyfill](https://github.com/php-ds/polyfill) in your project for IDE integration.
12+
Documentation is available on [php.net](https://www.php.net/manual/en/book.ds.php). You should also include the [polyfill](https://github.com/php-ds/polyfill) in your project for IDE integration.
1313

1414
## Installation
1515

@@ -19,11 +19,11 @@ The easiest way to install the extension is to use PECL:
1919
pecl install ds
2020
```
2121

22-
If you're on Windows, you can download a compiled .dll on [PECL](https://pecl.php.net/package/ds) or under [releases](https://github.com/php-ds/extension/releases).
22+
If you're on Windows, you can download a compiled `.dll` on [PECL](https://pecl.php.net/package/ds) or under [releases](https://github.com/php-ds/extension/releases).
2323

2424
## Enabling the extension
2525

26-
You'll need to add `extension=ds.so` to your primary *php.ini* file.
26+
You'll need to add `extension=ds.so` to your primary `php.ini` file.
2727

2828
If you encounter an "undefined symbol" error, see [#2](https://github.com/php-ds/extension/issues/2#issuecomment-181855047).
2929

@@ -40,7 +40,7 @@ You can also enable the extension temporarily using the command line:
4040
php -d extension=ds.so
4141
```
4242

43-
**Note**: Windows would use php_ds.dll instead.
43+
**Note**: Windows would use `php_ds.dll` instead.
4444

4545
## Testing
4646

0 commit comments

Comments
 (0)