diff --git a/README.md b/README.md index a367f03..4765bb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## :space_invader: React Native Template TypeScript -English | [简体中文](./README_zh-CN.md) +English | [简体中文](https://github.com/wanngzelin/RNTemplate/blob/master/README_zh-CN.md) ## :arrow_forward: usage ```sh diff --git a/README_zh-CN.md b/README_zh-CN.md index 728782a..e363c8a 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,6 +1,6 @@ ## :space_invader: React Native Template TypeScript -[English](./README.md) | 简体中文 +[English](https://github.com/wanngzelin/RNTemplate/blob/master/README.md) | 简体中文 ## :arrow_forward: 用法 ```sh diff --git a/package.json b/package.json index ce215b1..ac4cde0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tsrntemp", - "version": "1.2.4", - "description": "Clean and minimalist React Native template for a quick start with TypeScript.", + "version": "1.2.5", + "description": "react-native模版项目,通过官方脚手架快速搭建项目,已配置好路由,请求库,图标,缓存等常用工具。", "scripts": { "test": "exit 0" }, @@ -11,6 +11,7 @@ ], "keywords": [ "react-native", + "react-native-cli", "typescript", "jest", "template",