diff --git a/README.md b/README.md index 2f10858..1f6698e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Publishable server (Servable protocol) +# Publishable Protocol Shared JS Package -![logo](/static/img/grasshopper.png) +![logo](/static/img/polar-bear-4.png) [![npm Package](https://img.shields.io/npm/v/servable-publishable-shared.svg?style=flat-square)](https://www.npmjs.org/package/servable-publishable-shared) [![NPM Downloads](https://img.shields.io/npm/dm/servable-publishable-shared.svg)](https://npmjs.org/package/servable-publishable-shared) @@ -8,6 +8,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) +Shared js package for [servable-publishable](https://github.com/yelounak/servable-publishable) ## Install ```bash diff --git a/servable-publishable-shared.code-workspace b/servable-publishable-shared.code-workspace new file mode 100644 index 0000000..60c597d --- /dev/null +++ b/servable-publishable-shared.code-workspace @@ -0,0 +1,14 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "workbench.colorCustomizations": { + "activityBar.background": "#0F332B", + "titleBar.activeBackground": "#15483C", + "titleBar.activeForeground": "#F5FCFB" + } + } +} \ No newline at end of file