Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yehorbk authored Sep 2, 2020
1 parent b9b002d commit 2d7b6dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A library that provides functionality for working with simple self-contained dat
The main idea of the project is to allow programmers of any level to use the database for simple purposes without the need to install and configure it.

# Installation
Use Composer to install PLDB into your project:
Use Composer to install `PLDB` into your project:
```
$ composer require yehorbk/pldb
```
Expand All @@ -16,6 +16,9 @@ Here is a simple program that shows how to create database, create table, insert
```php
<?php

require_once "vendor/autoload.php";
use PLDB\PLDBService;

// Initializing PLDBService
$pldb = new PLDBService();

Expand Down

0 comments on commit 2d7b6dd

Please sign in to comment.