|
@@ -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";
|