From 4f6e0a4163a813b28feddfa9a7741a4f4a803198 Mon Sep 17 00:00:00 2001
From: Eran Chetz <eran.chetzroni@algolia.com>
Date: Tue, 19 Sep 2017 16:10:36 +0200
Subject: [PATCH 1/2] Add Sup3rS3cretMes5age to pastebin section

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 82074346..57df8e6b 100644
--- a/README.md
+++ b/README.md
@@ -921,6 +921,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com
   * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets. ([Source Code](https://github.com/nicksergeant/snipt/)) `BSD` `Python`
   * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. ([Source Code](https://github.com/sayakb/sticky-notes)) `BSD` `PHP`
   * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin. `GPLv3` `PHP`
+  * [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - A very simple (to deploy and to use) secret message service using hashicorp vault as a secrets db. `MIT` `Go`
   * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features. `Apache` `Nodejs`
 
 

From b8822fdf804b09b4996bdad639845d454d17f39a Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Tue, 19 Sep 2017 20:28:09 +0200
Subject: [PATCH 2/2] db->storage, capitalize

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 57df8e6b..eba3eee4 100644
--- a/README.md
+++ b/README.md
@@ -921,7 +921,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com
   * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets. ([Source Code](https://github.com/nicksergeant/snipt/)) `BSD` `Python`
   * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. ([Source Code](https://github.com/sayakb/sticky-notes)) `BSD` `PHP`
   * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin. `GPLv3` `PHP`
-  * [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - A very simple (to deploy and to use) secret message service using hashicorp vault as a secrets db. `MIT` `Go`
+  * [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - A very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage. `MIT` `Go`
   * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features. `Apache` `Nodejs`