@brainfish-ai/devdoc 0.1.39 → 0.1.40

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
@@ -372,7 +372,7 @@ function hello() {
372
372
  Deploy to Brainfish with a single command:
373
373
 
374
374
  ```bash
375
- npx @brainfish-ai/devdoc deploy
375
+ npm run deploy
376
376
  ```
377
377
 
378
378
  Your docs will be live at `https://your-project.devdoc.sh`
@@ -381,7 +381,7 @@ Your docs will be live at `https://your-project.devdoc.sh`
381
381
 
382
382
  ```bash
383
383
  # Build for production
384
- npx @brainfish-ai/devdoc build
384
+ npm run build
385
385
 
386
386
  # The output is in the dist/ directory
387
387
  # Deploy this to any static hosting (Vercel, Netlify, etc.)