Skip to content

Commit

Permalink
Improve README.md formatting
Browse files Browse the repository at this point in the history
The markdown formatting in the README.md file has been modified to ensure better readability. This mainly includes correcting the indentation in the code blocks under the "Installation" section.
  • Loading branch information
koriym committed Jul 6, 2024
1 parent 6de1ec4 commit 6af1949
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,26 @@ A PHP extension that provides Aspect-Oriented Programming (AOP) functionality fo
## Installation

1. Clone the repository:
```

```
git clone https://github.com/ray-di/ext-rayaop.git
cd ext-rayaop
```
```

2. Build and install the extension:
```

```
phpize
./configure
make
make install
```
```

3. Add the following line to your php.ini file:
```

```
extension=rayaop.so
```
```

## About this Extension

Expand Down Expand Up @@ -164,5 +167,4 @@ make test TESTS="-v tests/your_specific_test.phpt"
```

Replace `your_specific_test.phpt` with the actual test file you want to run.
```

0 comments on commit 6af1949

Please sign in to comment.