Skip to content

Commit d87c4da

Browse files
Merge pull request #6 from DevExpress-Examples/vladaskorohodova-patch-1
Update README.md
2 parents f18f603 + 93890eb commit d87c4da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
66
<!-- default badges end -->
7-
# First Steps with DevExtreme
7+
# Getting Started with DevExtreme
88

9-
This repository stores code for the following DevExtreme step-by-step tutorial: [First Steps](https://js.devexpress.com/Documentation/Guide/Common/First_Steps/).
9+
This repository contains code referenced in the following DevExtreme step-by-step tutorial: [First Steps](https://js.devexpress.com/Documentation/Guide/Common/First_Steps/).
1010

11-
The application includes two DevExtreme components: [DataGrid](https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Overview/) and [ProgressBar](https://js.devexpress.com/Documentation/Guide/UI_Components/ProgressBar/Overview/). The DataGrid displays tasks, and you can mark them as complete or incomplete. The ProgressBar above the DataGrid indicates task completion progress.
11+
The sample application includes two DevExtreme UI components: [DataGrid](https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Overview/) and [ProgressBar](https://js.devexpress.com/Documentation/Guide/UI_Components/ProgressBar/Overview/). Our DataGrid displays task information (you can mark them as complete or incomplete). The ProgressBar above the DataGrid communicates task progress.
1212

1313
<div align="center"><img src="./first-steps.png" /></div>
1414

0 commit comments

Comments
 (0)