diff --git a/docs/getting-started.md b/docs/getting-started.md index 77970eafa..47e0056a0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,7 +18,7 @@ Call the following from the place where you want your project directory to live: - + @@ -40,7 +40,7 @@ cd - + Next you'll want to add `react-native-windows` as a dependency: diff --git a/website/versioned_docs/version-0.77/getting-started.md b/website/versioned_docs/version-0.77/getting-started.md index 1abc50740..66aa0b688 100644 --- a/website/versioned_docs/version-0.77/getting-started.md +++ b/website/versioned_docs/version-0.77/getting-started.md @@ -26,7 +26,7 @@ Remember to call `@react-native-community/cli init` from the place you want your ```bat -npx --yes @react-native-community/cli@latest init --version ^0.77.0 +npx --yes @react-native-community/cli@latest init --version 0.77.0 ``` ### Navigate into this newly created directory diff --git a/website/versioned_docs/version-0.78/getting-started.md b/website/versioned_docs/version-0.78/getting-started.md index 4366bf7f1..4ef840e19 100644 --- a/website/versioned_docs/version-0.78/getting-started.md +++ b/website/versioned_docs/version-0.78/getting-started.md @@ -26,7 +26,7 @@ Remember to call `@react-native-community/cli init` from the place you want your ```bat -npx --yes @react-native-community/cli@latest init --version ^0.78.0 +npx --yes @react-native-community/cli@latest init --version 0.78.0 ``` ### Navigate into this newly created directory diff --git a/website/versioned_docs/version-0.79/getting-started.md b/website/versioned_docs/version-0.79/getting-started.md index 1320f389d..45a441a6e 100644 --- a/website/versioned_docs/version-0.79/getting-started.md +++ b/website/versioned_docs/version-0.79/getting-started.md @@ -27,7 +27,7 @@ Call the following from the place where you want your project directory to live: ```bat -npx --yes @react-native-community/cli@latest init --version ^0.79.0 +npx --yes @react-native-community/cli@latest init --version 0.79.0 ``` ### Navigate into this newly created directory diff --git a/website/versioned_docs/version-0.82/getting-started.md b/website/versioned_docs/version-0.82/getting-started.md index 2c4f9e8e5..2fc078c63 100644 --- a/website/versioned_docs/version-0.82/getting-started.md +++ b/website/versioned_docs/version-0.82/getting-started.md @@ -25,7 +25,7 @@ Call the following from the place where you want your project directory to live: ```bat -npx --yes @react-native-community/cli@latest init --version "^0.82.0" +npx --yes @react-native-community/cli@latest init --version 0.82.0 ``` ### Navigate into this newly created directory