Skip to content

Commit 44e55cd

Browse files
authored
Updated README.md
1 parent e133104 commit 44e55cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AndroidAceEditor
2-
This project is an attempt to integrate a text/code editor as a modular component of the overall UI.
2+
This is a text/code editor meant for integration as a modular component of the overall UI.
33
The aim is to provide a powerful editor that can be used just like any other View.
44

55
Ace text editor has been used for this purpose because it is feature-rich, fast, and easy to modify and embed in applications.
66

77

8-
Please note that this library currently supports android version 5.0(Lollipop) and above.
8+
Please note that this library is currently supported android version 5.0(Lollipop) and above.
99

1010
Integration to existing project
1111
---
@@ -44,7 +44,7 @@ dependencies {
4444
```
4545

4646
#### Java
47-
Demp Activity:
47+
Demo Activity:
4848
```java
4949
public class MainActivity extends Activity {
5050

0 commit comments

Comments
 (0)