Skip to content

Commit a226082

Browse files
committed
Fix typo in README.md
1 parent 438aa62 commit a226082

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

apps/trace-import/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# @microsoft/trace-import
1+
# @rushstack/trace-import
22

3-
> 🚨 *EARLY PREVIEW RELEASE* 🚨
3+
> 🚨 _EARLY PREVIEW RELEASE_ 🚨
44
>
5-
> Not all features are implemented yet. To provide suggestions, please
5+
> Not all features are implemented yet. To provide suggestions, please
66
> [create a GitHub issue](https://github.com/microsoft/rushstack/issues/new/choose).
77
> If you have questions, see the [Rush Stack Help page](https://rushstack.io/pages/help/support/)
88
> for support resources.
@@ -62,11 +62,13 @@ These commands were invoked in the `C:\Git\rushstack\apps\trace-import` folder
6262
where trace-import is developed.
6363

6464
### Resolving a CommonJS main index
65+
6566
```
6667
trace-import --path semver
6768
```
6869

6970
Sample output:
71+
7072
```
7173
Base folder: C:\Git\rushstack\apps\trace-import
7274
Package name: semver
@@ -82,11 +84,13 @@ Target path: C:\Git\rushstack\common\temp\node_modules\.pnpm\semver@
8284
```
8385

8486
### Resolving a CommonJS package subpath
87+
8588
```
8689
trace-import --path typescript/bin/tsc
8790
```
8891

8992
Sample output:
93+
9094
```
9195
Base folder: C:\Git\rushstack\apps\trace-import
9296
Package name: typescript
@@ -101,11 +105,13 @@ Target path: C:\Git\rushstack\common\temp\node_modules\.pnpm\typescr
101105
```
102106

103107
### Resolving a TypeScript declaration
108+
104109
```
105110
trace-import --resolution-type ts --path semver
106111
```
107112

108113
Sample output:
114+
109115
```
110116
Base folder: C:\Git\rushstack\apps\trace-import
111117
Package name: semver
@@ -123,11 +129,13 @@ Target path: C:\Git\rushstack\common\temp\node_modules\.pnpm\@types+
123129
```
124130

125131
### Resolving a relative path
132+
126133
```
127134
trace-import --path ./config/rig.json
128135
```
129136

130137
Sample output:
138+
131139
```
132140
Base folder: C:\Git\rushstack\apps\trace-import
133141
Import path: ./config/rig.json
@@ -140,8 +148,7 @@ Target path: C:\Git\rushstack\apps\trace-import\config\rig.json
140148

141149
## Links
142150

143-
- [CHANGELOG.md](
144-
https://github.com/microsoft/rushstack/blob/main/apps/trace-import/CHANGELOG.md) - Find
151+
- [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/apps/trace-import/CHANGELOG.md) - Find
145152
out what's new in the latest version
146153
- [Rush Lockfile Explorer](https://lfx.rushstack.io) - The desktop app for troubleshooting PNPM lockfiles
147154

0 commit comments

Comments
 (0)