From 633685c898c5d4da0c6f172874a0c84686b99381 Mon Sep 17 00:00:00 2001 From: howling-wind Date: Tue, 25 Apr 2023 21:22:12 -0700 Subject: [PATCH] docs: rename changelog.md and modify readme --- CHNAGELOG.md => CHANGELOG.md | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename CHNAGELOG.md => CHANGELOG.md (100%) diff --git a/CHNAGELOG.md b/CHANGELOG.md similarity index 100% rename from CHNAGELOG.md rename to CHANGELOG.md diff --git a/README.md b/README.md index e24e1947..bd4dcd4b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ English | [简体中文](README.zh-CN.md) Open git bash, zsh, and other command-line tools, type the following command, and press Enter: ```bash -npm i @opentiny/cli npminstall -g +npm i @opentiny/cli npminstall@3 -g ``` Wait for a while. After the installation is complete, run `$tiny -v` on the terminal. If the version information is displayed, the installation is successful. -Note: Tiny-cli depends on the nodejs (12.x or later) and npm environments. Before installing Tiny CLI, ensure that nodejs and npm have been installed on the local host. +Note: tiny-cli depends on the nodejs (12.x or later) and npm environments. Before installing Tiny CLI, ensure that nodejs and npm have been installed on the local host. ## Docs