Skip to content

Commit cedc0e4

Browse files
committed
Updated README
1 parent 9791942 commit cedc0e4

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Ultimate Chain Parser - advanced chain-flow based parser
33

4-
PHP 7.2.5+, current release: **1.0.3** build 2022-04-22
4+
PHP 7.2.5+, current release: **1.0.4** build 2022-04-22
55

66
**"Ultimate Chain Parser" is a modular package for chain processing text data and converting it into a structured output.
77
The concept of application is based on processing in subsequent iterations using configurable data processing modules in a configured manner. Each such element in the execution chain accesses the output of the previous element in the chain as input.**
@@ -82,7 +82,8 @@ The above CSV-liked data has been generated completely automatically using only
8282

8383
# Installation:
8484

85-
**via Composer / packagist:**``
85+
**via Composer / packagist:**
86+
8687
```
8788
composer require szczyglis/ultimate-chain-parser
8889
```
@@ -1621,11 +1622,7 @@ ___
16211622
# Changelog
16221623
**- 1.0.0** - Published first release. (2022-04-22)
16231624

1624-
**- 1.0.1** - Updated documentation. (2022-04-22)
1625-
1626-
**- 1.0.2** - Updated configuration. (2022-04-22)
1627-
1628-
**- 1.0.3** - Some fixes in description. (2022-04-22)
1625+
**- 1.0.4** - Increased limit if demo mode, documentation fixes. (2022-04-22)
16291626

16301627
# Credits
16311628

0 commit comments

Comments
 (0)