create-eas-build-function 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,8 +14,8 @@
14
14
  npx create-eas-build-function
15
15
 
16
16
  # With Yarn
17
- yarn create-eas-build-function
17
+ yarn create eas-build-function
18
18
 
19
19
  # With pnpm
20
- pnpm create-eas-build-function
20
+ pnpm create eas-build-function
21
21
  ```