commit fe69c4d3cc25f5467a2121d8dca6f02c78b72113 parent aea2c9dac827d986f65cc6d26629f32ccd236f98 Author: Nirmal Kumar R <nirmal@posteo.net> Date: Mon, 19 Aug 2024 18:21:32 +0530 Modify README Diffstat:
A | README | | | 8 | ++++++++ |
D | README.md | | | 8 | -------- |
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README 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 @@ -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 -```