Skip to content

Commit 3784946

Browse files
authored
Update README.md
1 parent 636f169 commit 3784946

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Website: [www.flexmonster.com](https://www.flexmonster.com?r=github)
66

77
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
88

9-
This repository contains the source code for a custom data server with [Flexmonster Data Server](https://www.flexmonster.com/doc/getting-started-with-data-server?r=github) as a DLL.
9+
This repository contains the source code for a .NET Core application with [Flexmonster Data Server](https://www.flexmonster.com/doc/getting-started-with-data-server?r=github) as a DLL.
1010

11-
Flexmonster Data Server is a special server-side tool that is responsible for fetching data from a data source, processing, and aggregating it. Then the data is passed to Flexmonster Pivot in a ready-to-show format. The Data Server significantly reduces the time of data loading and allows analyzing large datasets.
11+
Flexmonster Data Server is a server-side tool that is responsible for fetching data from a data source, processing, and aggregating it. Then the data is passed to Flexmonster Pivot in a ready-to-show format. The Data Server significantly reduces the time of data loading and allows analyzing large datasets.
1212

1313
Table of contents:
1414

@@ -22,10 +22,11 @@ Table of contents:
2222

2323
## Installation
2424

25-
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
25+
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following commands:
2626

2727
```bash
28-
git clone https://github.com/flexmonster/flexmonster-data-server-dll && cd flexmonster-data-server-dll
28+
git clone https://github.com/flexmonster/flexmonster-data-server-dll
29+
cd flexmonster-data-server-dll
2930
```
3031

3132
2. Run the sample server from the console:

0 commit comments

Comments
 (0)