diff --git a/src/docs/src/Workers.md b/src/docs/src/Workers.md index f5122663c..fdf647e4e 100644 --- a/src/docs/src/Workers.md +++ b/src/docs/src/Workers.md @@ -142,29 +142,32 @@ You can see various Puter.js workers management features in action from the foll ## Deployment -Once your worker is ready, you can put it online on a free `*.puter.work` subdomain. You can publish it manually in a few clicks, or automatically from your GitHub repository. +Once your worker is ready, you can put it online on a free `*.puter.work` subdomain. ### Publish from puter.com The quickest way to publish a worker is to create it on [puter.com](https://puter.com) and publish it. -1. Create a `.js` file containing your worker code. - -
- -
- -2. Right-click the file and choose **Publish as Worker**. - -
- -
- -3. Pick a name and click **Publish**. Your worker is live at `https://your-worker.puter.work`. - -
- -
+
    +
  1. + Create a .js file containing your worker code. +
    + +
    +
  2. +
  3. + Right-click the file and choose Publish as Worker. +
    + +
    +
  4. +
  5. + Pick a name and click Publish. Your worker is live at https://your-worker.puter.work. +
    + +
    +
  6. +