Browse Source

fix(README.md): module is not a "development" dependency (#4324)

Shikhar Sharma 3 years ago
parent
commit
123d46a715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tooling/api/README.md

+ 1 - 1
tooling/api/README.md

@@ -29,7 +29,7 @@ To learn more about the details of how all of these pieces fit together, please
 
 ## Installation
 
-The preferred method is to install this module locally as a development dependency:
+The preferred method is to install this module locally as a dependency:
 ```
 $ npm install --save @tauri-apps/api
 $ yarn add @tauri-apps/api