Skip to content

Commit f6ada18

Browse files
committed
Fix minor mistake in README.md
1 parent 628206e commit f6ada18

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32
2-
Type "help", "copyright", "credits" or "license" for more information.
3-
>>> k=open('README.md',encoding='utf-8').read()
4-
>>> print(k)
51
Interpret Esolangs Online is a webpage that can execute esoteric languages online.
62

73
It currently supports the following:
@@ -17,9 +13,9 @@ It currently supports the following:
1713
* [!!brainfeed](https://esolangs.org/wiki/!!brainfeed)
1814
* [brainfuck](https://esolangs.org/wiki/brainfuck)
1915
* [Chicken](https://esolangs.org/wiki/Chicken)
20-
* [><x>](https://esolangs.org/wiki/%E2%80%BA*%26%C2%AB%26%5E)
16+
* [><x>](https://esolangs.org/wiki/Dead_fish)
2117
* [Deadfish](https://esolangs.org/wiki/Deadfish)
22-
* [*&«&^](https://esolangs.org/wiki/
18+
* [�&«&^](https://esolangs.org/wiki/%E2%80%BA*%26%C2%AB%26%5E)
2319
* [Hello](https://esolangs.org/wiki/Hello)
2420
* [Hello++](https://esolangs.org/wiki/Hello%2B%2B)
2521
* [HQ9+](https://esolangs.org/wiki/HQ9%2B)
@@ -54,4 +50,4 @@ Just click the run button!
5450
You can also generate permanent links of programs. However, it you want to do that, <s>your program should **not** be too long.</s> URL length limit no longer exists!
5551

5652
### Interpreters
57-
Interpret Esolangs Online uses client-side JS to implement interpreters, but a new feature has been added in June 2025 to support the execution of Python code in client-side JS (thanks to [PyScript](https://pyscript.net)).
53+
Interpret Esolangs Online uses client-side JS to implement interpreters, but a new feature has been added in June 2025 to support the execution of Python code in client-side JS (thanks to [PyScript](https://pyscript.net)).

0 commit comments

Comments
 (0)