Skip to content

Commit 0900b90

Browse files
release v1.0.0
1 parent 2fbd0dd commit 0900b90

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
# Wordpress Extensions
1+
<h1 align="center">Rockujemy Wordpress Extensions</h1>
22

3-
Library allow to build quicker some custom functionalities inside your wordpress theme without using plugins.
4-
5-
## Requirements
6-
7-
- PHP 7.4 ![php](https://img.shields.io/badge/php-7.4%20>-blue)
8-
- Wordpress 5.32: ![version](https://img.shields.io/badge/wordpress-5.32%20>-yellow)
3+
<p align="center">
4+
<strong>Library used in Rockujemy themes and plugins.</strong>
5+
</p>
96

7+
<p align="center">
8+
<img src="https://img.shields.io/badge/php->=7.4-blue?colorB=%238892BF" alt="Code Coverage">
9+
<img src="https://img.shields.io/badge/release-v1.0.0-blue" alt="Release Version">
10+
</p>
1011

1112
# Installation
1213

13-
Open console in your wordpress theme folder:
14+
Open console in your WordPress theme folder or plugin folder:
1415

1516
```bash
1617
cd wordpress\wp-content\themes\your-theme
1718
```
1819

20+
or
21+
22+
```bash
23+
cd wordpress\wp-content\plugins\your-plugin
24+
```
25+
1926
Run [Composer](https://getcomposer.org) to install this package in your project:
2027

2128
```bash

0 commit comments

Comments
 (0)