From 2bebceafb6d4c84bbb7974c78bd0959c5ede9b25 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Thu, 14 Jan 2021 00:16:01 -0600 Subject: [PATCH] updated readme --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index b8580a7..4baecf8 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,12 @@ ## Piston -Piston is the underlying engine for running untrusted and possibly malicious code that originates from -[EMKC Challenges](https://emkc.org/challenges) and -[EMKC Weekly Contests](https://emkc.org/contests). It's also used in the +Piston is a high performance general purpose code execution engine. It excels at running untrusted and +possibly malicious code without fear from any harmful effects. +It's used in numerous places including +[EMKC Challenges](https://emkc.org/challenges), +[EMKC Weekly Contests](https://emkc.org/contests), the [Engineer Man Discord Server](https://discord.gg/engineerman) via -[I Run Code](https://github.com/engineer-man/piston-bot) bot as well as 1300+ other servers. -To get it in your own server, go here: https://emkc.org/run. +[I Run Code](https://github.com/engineer-man/piston-bot) bot as well as 1300+ other servers +and 100+ direct integrations. To get it in your own server, go here: https://emkc.org/run. #### Use Public API Requires no installation and you can use it immediately. Reference the Versions/Execute sections