Skip to content

Commit 2e24e24

Browse files
authored
Updated README.md 📝
1 parent 7b37cea commit 2e24e24

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ You can view a demo of the Code Runner web component in use [here.](https://mark
3030

3131
How to use <b><i>Code Runner</b></i>:
3232

33-
Set a <code>language</code> attribute to a [supported programming language](#supported-languages) & <code>version</code> attribute to the programming version you prefer to use - example below
33+
Set a <code>language</code> attribute to a [supported programming language](#supported-languages) you prefer to use - example below
3434

3535

3636
```html
37-
<code-runner language="python" version="3"></code-runner>
37+
<code-runner language="python"></code-runner>
3838
```
3939

4040

@@ -55,7 +55,7 @@ How to use <b><i>Code Runner</b></i> with <b>Pre-Defined Code</b>:
5555
You can pre-define a code example to run, simply by inserting the code inside of a <code>code-runner</code> element like so -
5656

5757
```html
58-
<code-runner language="python" version="3">print('hello world')</code-runner>
58+
<code-runner language="python">print('hello world')</code-runner>
5959
```
6060

6161

@@ -80,13 +80,6 @@ You can pre-define a code example to run, simply by inserting the code inside of
8080
</tr>
8181

8282

83-
<tr>
84-
<td>version</td>
85-
<td>The programming language version to use</code></td>
86-
<td><code>Undefined</code></td>
87-
<td>Yes</td>
88-
</tr>
89-
9083

9184

9285

0 commit comments

Comments
 (0)