Skip to content

Commit a864e70

Browse files
committed
Update README formatting and binary origin docs
1 parent 41e77c3 commit a864e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a part of [Node3D](https://github.com/node-3d) project.
66
[![Lint](https://github.com/node-3d/core/actions/workflows/lint.yml/badge.svg)](https://github.com/node-3d/core/actions/workflows/lint.yml)
77
[![Test](https://github.com/node-3d/core/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/core/actions/workflows/test.yml)
88

9-
```console
9+
```bash
1010
npm install @node-3d/core
1111
```
1212

examples/boids/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The aim of the simulation was to replicate the behavior of flocks of birds.
55
Instead of controlling the interactions of an entire flock, however,
66
the Boids simulation only specifies the behavior of each individual bird.
77

8-
```console
8+
```bash
99
npm ci
1010
npm run gl
1111
npm run cl

0 commit comments

Comments
 (0)