diff --git a/subjects/triangle/README.md b/subjects/triangle/README.md index 53885db1..02117e1a 100644 --- a/subjects/triangle/README.md +++ b/subjects/triangle/README.md @@ -8,9 +8,8 @@ The string will denote the characters which construct the triangle, and the numb ### Example -```js -console.log(triangle('*', 5)) -``` +- `*` character and depth of `5`: + ``` * **