yeonseok-zeticai commited on
Commit
6f6b163
·
verified ·
1 Parent(s): b878b86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -76,7 +76,7 @@ We transform your existing AI models into **NPU-optimized, on-device runtimes**
76
 
77
  - **iOS Integration** (Swift)
78
 
79
- ```
80
 
81
  // import
82
  import ZeticMLange
@@ -97,7 +97,8 @@ let outputs = model.getOutputDataArray()
97
  ```
98
 
99
  - **Android Integration** (Kotlin, Java)
100
- ```
 
101
  // import
102
  import com.zeticai.mlange.core.model.Target
103
  import com.zeticai.mlange.core.model.ZeticMLangeModel
 
76
 
77
  - **iOS Integration** (Swift)
78
 
79
+ ``` swift
80
 
81
  // import
82
  import ZeticMLange
 
97
  ```
98
 
99
  - **Android Integration** (Kotlin, Java)
100
+
101
+ ``` kotlin
102
  // import
103
  import com.zeticai.mlange.core.model.Target
104
  import com.zeticai.mlange.core.model.ZeticMLangeModel