From 5648ecad2e01b525d484c9948578aa639774826e Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Fri, 26 Oct 2018 16:57:45 +0000 Subject: [PATCH 1/3] Travis build: 694 --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e5e474be..e65c6d727 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ * Use Ctrl + F or command + F to search for a snippet. * Contributions welcome, please read the [contribution guide](CONTRIBUTING.md). * Snippets are written in ES6, use the [Babel transpiler](https://babeljs.io/) to ensure backwards-compatibility. -* You can import these snippets into your text editor of choice (VSCode, Atom, Sublime), using the files found in [this repo](https://github.com/Rob-Rychs/30-seconds-of-code-texteditorsnippets). -* You can import these snippets into Alfred 3, using [this file](https://github.com/lslvxy/30-seconds-of-code-alfredsnippets). +* You can import these snippets into VSCode, by following the instruction found [here](https://github.com/30-seconds/30-seconds-of-code/tree/master/vscode_snippets). * You can search, view and copy these snippets from a terminal, using the CLI application from [this repo](https://github.com/sQVe/30s). * If you want to follow 30-seconds-of-code on social media, you can find us on [Facebook](https://www.facebook.com/30secondsofcode), [Instagram](https://www.instagram.com/30secondsofcode) and [Twitter](https://twitter.com/30secondsofcode). @@ -38,10 +37,7 @@ npm install 30-seconds-of-code yarn add 30-seconds-of-code ``` -CDN links - -* [ES2017 Full (UMD)](https://unpkg.com/30-seconds-of-code) -* [ES5 Minified (UMD)](https://unpkg.com/30-seconds-of-code/dist/_30s.es5.min.js) +[CDN link](https://unpkg.com/30-seconds-of-code/)
Details @@ -9514,5 +9510,6 @@ yesNo('Foo', true); // true ## Credits +*Logos made by [Angelos Chalaris](https://github.com/Chalarangelo) are licensed under the [MIT](https://opensource.org/licenses/MIT) license.* *This README is built using [markdown-builder](https://github.com/30-seconds/markdown-builder).* From 9d3f634413eb23853ebe82016b70421cccd8b624 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 26 Oct 2018 20:12:26 +0300 Subject: [PATCH 2/3] Update README-start.md --- static-parts/README-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-parts/README-start.md b/static-parts/README-start.md index 4e3e75811..1433c7e11 100644 --- a/static-parts/README-start.md +++ b/static-parts/README-start.md @@ -11,7 +11,7 @@ * Use Ctrl + F or command + F to search for a snippet. * Contributions welcome, please read the [contribution guide](CONTRIBUTING.md). * Snippets are written in ES6, use the [Babel transpiler](https://babeljs.io/) to ensure backwards-compatibility. -* You can import these snippets into VSCode, by following the instruction found [here](https://github.com/30-seconds/30-seconds-of-code/tree/master/vscode_snippets). +* You can import these snippets into VSCode, by following the instructions found [here](https://github.com/30-seconds/30-seconds-of-code/tree/master/vscode_snippets). * You can search, view and copy these snippets from a terminal, using the CLI application from [this repo](https://github.com/sQVe/30s). * If you want to follow 30-seconds-of-code on social media, you can find us on [Facebook](https://www.facebook.com/30secondsofcode), [Instagram](https://www.instagram.com/30secondsofcode) and [Twitter](https://twitter.com/30secondsofcode). From 53e7bf9b80a64eb9ad906022bb60226b03ff1bde Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Fri, 26 Oct 2018 17:14:20 +0000 Subject: [PATCH 3/3] Travis build: 696 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65c6d727..b094d4b85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * Use Ctrl + F or command + F to search for a snippet. * Contributions welcome, please read the [contribution guide](CONTRIBUTING.md). * Snippets are written in ES6, use the [Babel transpiler](https://babeljs.io/) to ensure backwards-compatibility. -* You can import these snippets into VSCode, by following the instruction found [here](https://github.com/30-seconds/30-seconds-of-code/tree/master/vscode_snippets). +* You can import these snippets into VSCode, by following the instructions found [here](https://github.com/30-seconds/30-seconds-of-code/tree/master/vscode_snippets). * You can search, view and copy these snippets from a terminal, using the CLI application from [this repo](https://github.com/sQVe/30s). * If you want to follow 30-seconds-of-code on social media, you can find us on [Facebook](https://www.facebook.com/30secondsofcode), [Instagram](https://www.instagram.com/30secondsofcode) and [Twitter](https://twitter.com/30secondsofcode).