Pārlūkot izejas kodu

Update verbiage of "Basic Usage" paragraph

ApisNecros 1 gadu atpakaļ
vecāks
revīzija
db8c605ba3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ To use the TS-Starfish interpreter, you'll first need to run `npm install ts-sta
 
 ### Basic usage
 
-The following is a most bare-bones usage example of the CodeBox class. Here, we create a new instance of the CodeBox and pass it a simple script that prints the number `42`. At initialization, the CodeBox will output to the console.
+The following is a bare-bones example of the `CodeBox` class. Here, we create a new instance of the `CodeBox` class and pass it a simple script that prints the number `42`. At initialization, the Code Box will output to the console.
 
 ```Javascript
 import { CodeBox } from "ts-starfish";