From fe69c4d3cc25f5467a2121d8dca6f02c78b72113 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Mon, 19 Aug 2024 18:21:32 +0530 Subject: [PATCH] Modify README --- README | 8 ++++++++ README.md | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..92b1433 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +nirm.al +======= +This is a static website and can be run through any static server. + +Example on Python: +------------------ + + python3 -m http.server diff --git a/README.md b/README.md deleted file mode 100644 index 52a98f7..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# nirm.al - -This is a static website and can be run through any static server. - -## Example on Python: -```python -python3 -m http.server -```