Просмотр исходного кода

Update verbiage in Summary paragraph

ApisNecros 1 год назад
Родитель
Сommit
dae2f12dec
1 измененных файлов с 1 добавлено и 1 удалено
  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 one of the Stacks. A full breakdown of the language's working can be found on its [Esolang wiki page](https://esolangs.org/wiki/Starfish).
 
 ## Usage