Skip to content

Commit

Permalink
fix:修复markdown中文404
Browse files Browse the repository at this point in the history
  • Loading branch information
wanngzelin committed May 15, 2024
1 parent a3f2a92 commit bdb3ea3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -11,6 +11,7 @@
],
"keywords": [
"react-native",
"react-native-cli",
"typescript",
"jest",
"template",
Expand Down

0 comments on commit bdb3ea3

Please sign in to comment.