File tree Expand file tree Collapse file tree 1 file changed +3
-33
lines changed Expand file tree Collapse file tree 1 file changed +3
-33
lines changed Original file line number Diff line number Diff line change @@ -21,40 +21,10 @@ By participating in this project and its community, you are expected to
2121uphold this code.
2222
2323
24- ## Installation
24+ ## Installation and Usage
2525
26- TBD
27-
28- ``` bash
29- git clone https://github.com/php-ecma-intl/ext.git ext
30- cd ext
31- phpize
32- ./configure --enable-ecma_intl
33- make
34- make install
35- ```
36-
37- Add the following to your ` php.ini ` file:
38-
39- ``` ini
40- extension =ecma_intl
41- ```
42-
43-
44- <!--
45- ## Usage
46-
47- Provide a brief description or short example of how to use this library.
48- If you need to provide more detailed examples, use the `docs/` directory
49- and provide a link here to the documentation.
50-
51- ``` php
52- use Ecma\Example;
53-
54- $example = new Example();
55- echo $example->greet('fellow human');
56- ```
57- -->
26+ [ The documentation] ( https://ecma-intl.ramsey.dev/ ) provides information on how
27+ to install and use pecl/ecma_intl. View the documentation at: [ ecma-intl.ramsey.dev] ( https://ecma-intl.ramsey.dev/ ) .
5828
5929
6030## Contributing
You can’t perform that action at this time.
0 commit comments