Skip to content

Commit 3bc8318

Browse files
committed
doc(readme): small improvement
1 parent 5f8f324 commit 3bc8318

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 align="center">NeoRegex</h1>
66

77
<p align="center">
8-
A cross-platform app to validate regular expressions.
8+
Create and validate regular expressions easily, anywhere.
99
</p>
1010

1111
<p align="center">
@@ -23,18 +23,18 @@ A cross-platform app to validate regular expressions.
2323

2424
## Platforms
2525

26-
| Platform | Status |
27-
|---------------|--------|
28-
| Android ||
29-
| iOS ||
30-
| Windows (JVM) ||
31-
| Linux (JVM) ||
32-
| macOS (JVM) ||
33-
| Web ||
26+
| Platform | Status |
27+
|--------------------|--------|
28+
| Android ||
29+
| iOS ||
30+
| Windows (jvm) ||
31+
| Linux (jvm) ||
32+
| macOS (jvm) ||
33+
| Web (experimental) ||
3434

3535
## Build
3636

37-
To build this project, the JDK 17 and the Android SDK are required.
37+
To build this project, the **JDK 17** and the **Android SDK** are required.
3838
I recommend using [Intellij IDEA](https://www.jetbrains.com/idea/download) as the IDE, with the **Android**, **Jetpack Compose** and **Compose Multiplatform** plugins installed.
3939

4040
> [!TIP]
@@ -48,7 +48,7 @@ NeoRegex relies on several open-source projects to deliver robust, cross-platfor
4848

4949
- [**Compose Multiplatform**](https://github.com/JetBrains/compose-multiplatform): A modern, declarative UI framework from JetBrains for building user interfaces across multiple platforms.
5050
- [**Highlight**](https://github.com/NeoUtils/Highlight): Provides syntax highlighting, making patterns more readable and visually clear.
51-
- [**multiplatform-settings**](https://github.com/russhwolf/multiplatform-settings): Simplifies configuration and preference management across different platforms.
51+
- [**Multiplatform Settings**](https://github.com/russhwolf/multiplatform-settings): Simplifies configuration and preference management across different platforms.
5252
- [**dbus-java**](https://github.com/hypfvieh/dbus-java): Enables D-Bus integration on Linux, offering essential interprocess communication features.
5353

5454
## License

0 commit comments

Comments
 (0)