Răsfoiți Sursa

Fix capitalization of esolang wiki link

ApisNecros 1 an în urmă
părinte
comite
d614d854bc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ TS-Starfish is an interpreter for the [*><>, or Starfish,](https://esolangs.org/
 
 ## Summary
 
-*><> is a 2-dimensional stack based esoteric language derived from the [><>, or Fish](https://esolangs.org/wiki/Fish), language. The language is comprised of 3 main components; the Code Box, the Instruction Pointer, and the Stacks. Upon initialization, the Instruction Pointer moves through the Code Box from left to right. Each instruction encountered either changes the movement and direction of the Instruction Pointer, or performs an operation on the Stack. A full breakdown of the language's working can be found on its [EsoLang Wiki page](https://esolangs.org/wiki/Starfish).
+*><> is a 2-dimensional stack based esoteric language derived from the [><>, or Fish](https://esolangs.org/wiki/Fish), language. The language is comprised of 3 main components; the Code Box, the Instruction Pointer, and the Stacks. Upon initialization, the Instruction Pointer moves through the Code Box from left to right. Each instruction encountered either changes the movement and direction of the Instruction Pointer, or performs an operation on the Stack. A full breakdown of the language's working can be found on its [Esolang wiki page](https://esolangs.org/wiki/Starfish).
 
 ## Usage