diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..55c9043
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+# Change Log
+All notable changes to the Pitaya Smoothie JupyterLab extension will be documented in this file.
+
+## RELEASE: 0.1.0
+
+
+![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=12CBC4)
+
+> 📦 Version 0.1.0 [`cb8c2f6`](https://github.com/trallard/pitaya_smoothie/commit/cb8c2f691fa4e88b4d2c283b926872a84828a8c8)
\ No newline at end of file
diff --git a/README.md b/README.md
index 2940795..dfee397 100755
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ For more details about the core theme colours and the such check out the main th
## Installation
```bash
-jupyter labextension install @trallard/jupyter_pitaya_smoothie
+jupyter labextension install @trallard/jupyter-pitaya-smoothie
```
You can check that the extension has been properly installed and enabled by running the following command in your command line:
@@ -94,6 +94,7 @@ To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
```
+
## Contributing
🚧 This project is always a work in progress, and everyone is welcome and encouraged to collaborate in it. 🚧