Skip to content

Commit 53b97af

Browse files
Organize repository structure: capitalize framework dirs and move assets to images/
1 parent 8370f2a commit 53b97af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
This repository stores code examples of the DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
1010

11-
<div align="center"><img src="./dropdownbutton.png" /></div>
11+
<div align="center"><img src="images/dropdownbutton.png" /></div>
1212

1313
## Files to Review
1414

1515
- **Angular**
16-
- [app.component.html](angular/src/app/app.component.html)
17-
- [app.component.ts](angular/src/app/app.component.ts)
16+
- [app.component.html](Angular/src/app/app.component.html)
17+
- [app.component.ts](Angular/src/app/app.component.ts)
1818
- **jQuery**
19-
- [index.js](jquery/src/index.js)
19+
- [index.js](jQuery/src/index.js)
2020
- **React**
21-
- [App.js](react/src/App.js)
21+
- [App.js](React/src/App.js)
2222
- **Vue**
23-
- [App.vue](vue/src/App.vue)
23+
- [App.vue](Vue/src/App.vue)
2424

2525
## Documentation
2626

File renamed without changes.

0 commit comments

Comments
 (0)