Skip to content

Commit 3d72b38

Browse files
molisanimkubilayk
andcommitted
docs: apply suggestions from code review
Co-authored-by: Kubilay Kahveci <[email protected]> Signed-off-by: Michael Molisani <[email protected]>
1 parent cd3ad67 commit 3d72b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Check out [the quick start](https://bloomberg.github.io/stricli/docs/quick-start
2828
The core Stricli framework is available on npmjs.com, and can be installed with the following command:
2929

3030
```
31-
npm i -P @stricli/core
31+
npm i --save-prod @stricli/core
3232
```
3333

3434
## Development

docs/blog/2024-10-01-introducing-stricli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Stricli was purposefully designed not to subsume every library that a command li
100100

101101
## Available Now!
102102

103-
Check out the full documentation at [bloomberg.github.io/stricli](https://bloomberg.github.io/stricli). Start adding Stricli to your application today by running `npm i -P @stricli/core`, or you can bootstrap a new project with `npx @stricli/create-app@latest`. A step-by-step guide for creating a new application can be found in the [quick start](https://bloomberg.github.io/stricli/docs/quick-start) included in Stricli's documentation.
103+
Check out the full documentation at [bloomberg.github.io/stricli](https://bloomberg.github.io/stricli). Start adding Stricli to your application today by running `npm i --save-prod @stricli/core`, or you can bootstrap a new project with `npx @stricli/create-app@latest`. A step-by-step guide for creating a new application can be found in the [quick start](https://bloomberg.github.io/stricli/docs/quick-start) included in Stricli's documentation.

0 commit comments

Comments
 (0)