diff --git a/README.md b/README.md
index 6c3be4d..d35131a 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@
- `"$#"`: shorthand for argument #
## Python
-- https://swcarpentry.github.io/python-novice-inflammation/
+-
- Installation took time.
- Miniforge
- `jupyter`
@@ -64,7 +64,7 @@
- `type()`: type of variable
- `print()`
- `help()`
- - https://stackoverflow.com/
+ -
- `import numpy`
- `loadtxt('*.csv', delimiter=',')`
- type
@@ -116,7 +116,7 @@
- Scopes (local, global)
## Git
-- https://swcarpentry.github.io/git-novice/index.html
+-
- Configuration
- `git config --global user.name "NAME"`
- `git config --global user.email "EMAIL"`