Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove --save flag and fix typos in README.md #6669

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

ChuYang-FE
Copy link
Contributor

@ChuYang-FE ChuYang-FE commented Jul 9, 2024

What does this PR do?

  1. Fix typo
  2. Remove the redundant --save flag from npm install command

npm version

Why is this important?

Since npm version 5.0.0, the --save flag is no longer required.

Removing the --save flag makes the documentation cleaner and prevents potential confusion for users who might think the flag is still necessary. This change helps keep the documentation up-to-date with the current npm behavior.

Changes made:

  • Removed --save flag from the npm install command in the README.md file.

Related issues:

  • None

Additional notes:

  • Tested the updated command to ensure it works as expected with the latest npm version.

Copy link
Contributor

github-actions bot commented Jul 9, 2024

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6669.surge.sh

@zombieJ zombieJ merged commit c1958aa into ant-design:master Jul 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants