diff --git a/1224/react-native-fit-Image.md b/1224/react-native-fit-Image.md
index 60bee43deb78e9f9f6ee19f7c535de35c5552016..afacf18ae438fd69834b7a1e6a297b1511211a4a 100644
--- a/1224/react-native-fit-Image.md
+++ b/1224/react-native-fit-Image.md
@@ -288,7 +288,7 @@ export default FitImageDemo;
| Name | Description | Type | Required | Platform | HarmonyOS Support | 备注 |
| ------------------ | ------------------------------------------------------------ | ------------- | -------- | ----------------------------- | ----------------- | ------------------------------------------------------------ |
| `style` | 图片宽(width)高(height),边框等样式 | object | yes | Android IOS | YES | 在不加orginalWidth与orginalHeight属性时,style里面必须设置宽width,高height才能把图片加载出来 |
-| `source` | 图片文件源: 本地图片 source={require('./assets/expo.png')};
网略图片 source={{uri:"https://octodex.github.com/images/stormtroopocat.jpg"}} | string | yes | Android IOS | YES | |
+| `source` | 图片文件源: 本地图片 source={require('./assets/expo.png')};
网络图片 source={{uri:网络图片路径}} | string | yes | Android IOS | YES | |
| `width` | 图片style中属性 | number | yes | Android IOS | YES | |
| `height` | 图片style中属性 | number | yes | Android IOS | YES | |
| `borderRadius` | 图片样式(圆角) | number | No | Android IOS HarmonyOS都不支持 | NO | 此属性在HarmonyOS,Android ,IOS均不生效;[issues](https://github.com/huiseoul/react-native-fit-image/issues/111) |