diff --git a/website/README.md b/website/README.md
index 4ab59fcad6f1c9804dd19930074fed13e9c273f1..bf3612caf3cab6c26f60781a27a526e0c50f9a5d 100644
--- a/website/README.md
+++ b/website/README.md
@@ -35,15 +35,10 @@ This will generate the files in a directory called `public`. These files can now
 
 ### To add a news/announcement:
 
-Run `hugo new news/title-of-the-new-statement.md`.
-
-A new markdown file will be created under content/news/ directory. Use your favourite text editor to edit it.
-
-To see website preview, run `hugo server -D`.
-
-Open `localhost:1313` in your browser.
-
-When you finish drafting the news item, to make it live, change `draft: true` to `draft: false` in the above created markdown file.
+1. Run `hugo new news/title-of-the-news-item.md`.
+1. A new markdown file will be created under `content/news/` directory. Use your favourite text editor to edit it.
+1. To see website preview, run `hugo server -D` and open `localhost:1313` in your browser.
+1. When you finish drafting the news item, to make it live, change `draft: true` to `draft: false` in the above created markdown file.
 
 ### Workflow for camp.fsf.org.in
 - Make necessary changes and commit the changes to git.