Browse Source

Fix typos

pull/45/head
Igor Demin 4 years ago
parent
commit
3799ca1f16
  1. 2
      examples/codeviewer/desktop/build.gradle.kts
  2. 2
      examples/imageviewer/README.md

2
examples/codeviewer/desktop/build.gradle.kts

@ -27,7 +27,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "ComoseCodeViewer"
packageName = "ComposeCodeViewer"
windows {
menu = true

2
examples/imageviewer/README.md

@ -13,4 +13,4 @@ An example of image gallery for remote server image viewing, based on Jetpack Co
### Running Android application
Open project in Intellij IDEA or Android Studio and run "android" configuration.
Open project in IntelliJ IDEA or Android Studio and run "android" configuration.

Loading…
Cancel
Save