Skip to content

Commit 9856b96

Browse files
readme fixes
1 parent 06bb96e commit 9856b96

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Lightweight, fast and featured pivot table realization for
66

77
## Features
88
<ul>
9-
<li>Whole basic functionality of standard pivot table;</li>
9+
<li>Basic functionality of standard pivot table;</li>
10+
<li>Additional features like pagination and quick search;</li>
1011
<li>Simple good looking design;</li>
1112
<li>Lightweight and speedy realization comparing to common DeepSee pivot table;</li>
1213
<li>Mobile platforms support;</li>
@@ -19,7 +20,7 @@ Lightweight, fast and featured pivot table realization for
1920
There are several variants how to install Light pivot table.
2021
+ Pre-requirement: install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) to your Caché instance;
2122
+ If you want to use LPT as a DeepSee portlet, then just download latest release from [github releases](https://github.com/intersystems-ru/LightPivotTable/releases), unpack it and Simply inport XML file to Caché;
22-
+ If you want to integrate LPT with your application, you need webModule/ directory contents;
23+
+ If you want to integrate LPT with your application, you need webModule/ directory contents that can be found in release you downloaded;
2324
+ If you want to build most up-to-date version from sources, see the "build" section below.
2425

2526
## Integration
@@ -95,13 +96,14 @@ it work with another MDX2JSON source.
9596

9697
## Build
9798

98-
You need [NodeJS](http://nodejs.org/) to be installed to perform any build tasks.
99+
You need [NodeJS](http://nodejs.org/) platform to be installed in your system to perform any build
100+
tasks.
99101

100102
To build project and see working example, gulp and it's plugins must be installed. Simple run
101103
<code>npm install -g gulp</code> and <code>npm install</code> commands to perform all required
102104
installations.
103105

104-
By running <code>gulp</code> command later, <code>build</code> directory will be created with all
106+
By running <code>gulp</code> command later, <code>build</code> directory appears with all
105107
required files there.
106108

107109
## Debug

0 commit comments

Comments
 (0)