diff --git a/RUN_IN_CI.md b/RUN_IN_CI.md
index bf49d77..bd611b5 100644
--- a/RUN_IN_CI.md
+++ b/RUN_IN_CI.md
@@ -4,7 +4,7 @@ This documentation describe how to run the check script using different CI servi
Examples are provided, they will run the check script every hour and send a notifications to OpsGenie. You can customize them to fit your needs using environment variables described in [config.env.example](config.env.example) file.
-## GitHub Actions
+## GitHub Actions
Create a new workflow file in your repository under `.github/workflows/` directory. You can use the provided example [check.yaml.example](.github/workflows/check.yaml.example) file.
@@ -12,7 +12,7 @@ You can set environement variable using Github's `Repository secrets` at `https:
More info on [Github Actions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions).
-## CircleCI
+## CircleCI
Create a new config file in your repository under `.circleci/config.yml`. You can use the provided example [config.yml.example](.circleci/config.yml.example).
diff --git a/assets/circleci.svg b/assets/circleci.svg
new file mode 100644
index 0000000..ea6099b
--- /dev/null
+++ b/assets/circleci.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/assets/github.svg b/assets/github.svg
new file mode 100644
index 0000000..37fa923
--- /dev/null
+++ b/assets/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file