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 -```