Skip to content

Commit 37f19b1

Browse files
authored
Update README.md
1 parent f32cb54 commit 37f19b1

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
22

3-
PsModuleOcmod
3+
codeeshop/ps-module-ocmod
44
=============
55

6-
What is PsModuleOcmod?
6+
What is codeeshop/ps-module-ocmod?
77
----------------------
88

99
Ocmod modifying core files for PrestaShop modules
1010

1111
v1.0.0 (Test)
1212
------------------------------------
1313

14-
v1.0.0 is the production ready release.
14+
v1.0.0 is the production ready release.
1515

1616
Features
1717
--------
@@ -27,16 +27,25 @@ Installation
2727
requires PHP 5.4 or higher to run.
2828
However, code of earlier PHP versions can be analyzed.
2929

30-
Install PsModule/logger:
30+
Install codeeshop/ps-module-ocmod:
3131

3232
### Via Composer
3333

34-
There is a PsModuleOcmod composer package that you can use to install PsModuleOcmod.
34+
There is a composer package that you can use to install.
3535

36-
How to use PsModuleOcmod ?
36+
How to use codeeshop/ps-module-ocmod ?
3737
-------------------------
3838

39-
To run PsModuleOcmod after installing via composer and modify core files without issue ( file attached in this repo ).
39+
To run after installing via composer and modify core files without issue ( file attached in this repo ).
40+
41+
#### 1. Create a folder inside Prestashop Module name
42+
```
43+
mods
44+
```
45+
#### 2. Create files inside folder named ( *.ocmod.xml ), for mulitple files you can name any name but suffix must be (.ocmod.xml)
46+
```
47+
install.ocmod.xml
48+
```
4049

4150
Contact
4251
-------
@@ -46,8 +55,8 @@ Reaching out to us is easy, and can be done with:
4655
* Twitter: https://twitter.com/codeeshop1
4756
* Twitter 2: https://twitter.com/anantnegik7
4857
* Website: https://www.codeeshop.com
49-
* GitHub: https://github.com/codeeshop-oc/package-ps-logger
50-
* E-mail: codeeshop2211@gmail.com
58+
* GitHub: https://github.com/ECodeeshop/package-ps-module-ocmod
59+
* E-mail: sales@codeeshop.com
5160

5261
[Composer]: https://getcomposer.org/
5362
[codeeshop mail]: mailto:codeeshop2211@gmail.com

0 commit comments

Comments
 (0)