Skip to content

Commit

Permalink
[update] README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed Jan 29, 2024
1 parent 1fdb827 commit 99e5abf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@

## Requirements

PHP 7.3+ and installed PDO extension.
- PHP 7.3+
- Installed PDO extension

## Get Started

### Install via composer

Add Medoo to the composer.json configuration file.
```
Add Medoo to the `composer.json` configuration file.
```bash
$ composer require catfan/medoo
```

And update the composer
```
```bash
$ composer update
```

Expand Down Expand Up @@ -81,7 +82,7 @@ echo json_encode($data);
// }]
```

## Contribution Guides
## Contribution Guidelines

Before starting a new pull request, please ensure compatibility with other databases and write unit tests whenever possible.

Expand All @@ -108,4 +109,4 @@ Medoo is released under the MIT license.
## Support Our Other Product
[Gear Browser - Web Browser for Geek](https://gear4.app)

[![Gear Browser](https://github-production-user-asset-6210df.s3.amazonaws.com/1467904/240102839-a597972c-458a-4f0e-9ef8-d4ad10ba0690.png)](https://gear4.app)
[![Gear Browser](https://github.com/catfan/Medoo/assets/1467904/bc5059d4-6a2d-4bbf-90d9-a9f71bae3335)](https://gear4.app)

0 comments on commit 99e5abf

Please sign in to comment.