Skip to content

Commit

Permalink
Remove features section from README.md
Browse files Browse the repository at this point in the history
The features section from the README.md file has been removed. This includes descriptions of the `helloworld()` and `helloworld_advanced()` functions. Additionally, some minor formatting changes have been applied on the code snippets for better readability.
  • Loading branch information
koriym committed Jul 9, 2024
1 parent 3ad9a3b commit 477212f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

A simple PHP extension that demonstrates basic "Hello World" functionality.

## Features

- Basic `helloworld()` function
- Advanced `helloworld_advanced()` function with configurable greeting

## Run

1. Compile the extension:
Expand Down Expand Up @@ -49,7 +44,7 @@ helloworld();
After cloning, edit `hellworld.c` to change the message.

```c
php_printf("Hello World!\n");
php_printf("Hello World!\n");
```
Next, compile to build.
Expand Down

0 comments on commit 477212f

Please sign in to comment.