Skip to content

Commit 9eb342d

Browse files
authored
Updated README.md 📝
1 parent 295b5e7 commit 9eb342d

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
1-
# Run-Code-Web-Component
1+
# Code-Runner-Web-Component
22

33

4+
<div align="center">
5+
46
![ezgif-5-d9d9221610](https://user-images.githubusercontent.com/86180097/191913312-754d00aa-0a0a-4812-bed3-774ebdfb66a7.png)
57

68

79

10+
A web component that allows you to run high level programming languages on your website via the public [Piston API](https://github.com/engineer-man/piston#Public-API) <br>
11+
<small> <b><i>Show your support!</i> </b></small>
12+
<br>
13+
<a href="https://github.com/MarketingPipeline/Code-Runner-Web-Component">
14+
<img title="Star on GitHub" src="https://img.shields.io/github/stars/MarketingPipeline/Code-Runner-Web-Component.svg?style=social&label=Star">
15+
</a>
16+
<a href="https://github.com/MarketingPipeline/Code-Runner-Web-Component/fork">
17+
<img title="Fork on GitHub" src="https://img.shields.io/github/forks/MarketingPipeline/Code-Runner-Web-Component.svg?style=social&label=Fork">
18+
</a>
19+
20+
</div>
21+
822

9-
A web component that allows you to run high level programming languages on your website via the public [Piston API](https://github.com/engineer-man/piston#Public-API)
1023

1124

1225

1326
## Example and usage
1427

15-
You can view a demo of the Code Runner web component in use [here.](https://marketingpipeline.github.io/Markdown-Tag)
28+
You can view a demo of the Code Runner web component in use [here.](https://marketingpipeline.github.io/Code-Runner-Web-Component/demo.html)
1629

1730

1831
How to use <b><i>Code Runner</b></i>:
@@ -21,15 +34,15 @@ Set a <code>language</code> attribute to a [supported programming language](#sup
2134

2235

2336
```html
24-
<run-code language="python" version="3"></run-code>
37+
<code-runner language="python" version="3"></code-runner>
2538
```
2639

2740

2841

2942

30-
include this [script](https://github.com/MarketingPipeline/Markdown-Tag/blob/main/markdown-tag.js) in your HTML document.
43+
include this [script](https://github.com/MarketingPipeline/Code-Runner-Web-Component/blob/main/dist/code-runner-wc.min.js) in your HTML document.
3144

32-
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Markdown-Tag/markdown-tag.js" defer></script>
45+
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Code-Runner-Web-Component/dist/code-runner-wc.min.js" defer></script>
3346

3447

3548

@@ -40,7 +53,7 @@ Set a <code>language</code> attribute to a [supported programming language](#sup
4053
How to use <b><i>Code Runner</b></i> with <b>Pre-Defined Code</b>:
4154

4255
```html
43-
<run-code language="python" version="3">print('hello world')</run-code>
56+
<code-runner language="python" version="3">print('hello world')</code-runner>
4457
```
4558

4659

@@ -172,17 +185,17 @@ How to use <b><i>Code Runner</b></i> with <b>Pre-Defined Code</b>:
172185

173186

174187

175-
## Contributing ![GitHub](https://img.shields.io/github/contributors/MarketingPipeline/Markdown-Tag)
188+
## Contributing ![GitHub](https://img.shields.io/github/contributors/MarketingPipeline/Code-Runner-Web-Component)
176189

177190
Want to improve this? Create a pull request with detailed changes / improvements! If approved you will be added to the list of contributors of this awesome project!
178191

179192

180193
See also the list of
181-
[contributors](https://github.com/MarketingPipeline/Markdown-Tag/graphs/contributors) who
194+
[contributors](https://github.com/MarketingPipeline/Code-Runner-Web-Component/graphs/contributors) who
182195
participate in this project.
183196

184-
## License ![GitHub](https://img.shields.io/github/license/MarketingPipeline/markdown-tag)
197+
## License ![GitHub](https://img.shields.io/github/license/MarketingPipeline/Code-Runner-Web-Component)
185198

186199
This project is licensed under the GPL-3.0 License - see the
187-
[LICENSE.md](https://github.com/MarketingPipeline/Markdown-Tag/blob/main/LICENSE) file for
200+
[LICENSE.md](https://github.com/MarketingPipeline/Code-Runner-Web-Component/blob/main/LICENSE) file for
188201
details.

0 commit comments

Comments
 (0)