Skip to content

Commit a887722

Browse files
committed
fix
1 parent c44fcd4 commit a887722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following diagram illustrates the relationship between Rslib and other tools
4242

4343
## 📚 Getting started
4444

45-
To get started with Rslib, see the [Quick Start](https://rslib.rs/guide/start/quick-start).
45+
To get started with Rslib, see the [Quick start](https://rslib.rs/guide/start/quick-start).
4646

4747
## 🦀 Rstack
4848

website/docs/en/guide/migration/modernjs-module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section introduces how to migrate a project using Modern.js Module to Rslib
88

99
`Rslib` has a minimal dependency footprint. For the basic functionality you only need the package `@rslib/core`.
1010

11-
You can create a new Rslib project by following the [Quick Start](/guide/start/quick-start) to see the `package.json` file. Then update your existing `package.json` file like below:
11+
You can create a new Rslib project by following the [Quick start](/guide/start/quick-start) to see the `package.json` file. Then update your existing `package.json` file like below:
1212

1313
- Remove the fields `main`, `lint-staged`, `simple-git-hooks`, `sideEffects` and `publishConfig`
1414
- Change the `types` field from `./dist/types/index.d.ts` to `./dist/index.d.ts`

website/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"zh": "介绍"
55
},
66
"quickStart": {
7-
"en": "Quick Start",
7+
"en": "Quick start",
88
"zh": "快速上手"
99
},
1010
"subtitle": {

0 commit comments

Comments
 (0)