Skip to content

Commit

Permalink
FastNoiseLite -> FastNoise Lite in various places
Browse files Browse the repository at this point in the history
  • Loading branch information
Keavon committed Mar 4, 2024
1 parent bf32d82 commit 46472b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion JavaScript/FastNoiseLite.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//

/**
* @description FastNoiseLite Lite is an extremely portable open source noise generation library with a large selection of noise algorithms
* @description FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms
* @author Jordan Peck, snowfoxsh
* @version 1.1.0
* @copyright Copyright(c) 2023 Jordan Peck, Contributors
Expand Down
4 changes: 2 additions & 2 deletions JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ FastNoise Lite is an extremely portable open source noise generation library wit

## Getting Started

### Using FastNoiseLite with npm
### Using FastNoise Lite with npm

To begin install the npm package **fastnoise-lite** with


Note FastNoiseLite does **not** support the node.js require(''); function.
Note FastNoise Lite does **not** support the node.js require(''); function.
Instead, enable ES6 modules and **import**.

```javascript
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fastnoise-lite",
"type": "module",
"version": "1.1.0",
"description": "FastNoiseLite is an extremely portable open source noise generation library with a large selection of noise algorithms",
"description": "FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms",
"main": "FastNoiseLite.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion Rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fastnoise-lite"
version = "1.1.1"
edition = "2021"
license = "MIT"
description = "FastNoiseLite is an extremely portable open source noise generation library with a large selection of noise algorithms"
description = "FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms"
repository = "https://github.com/Auburn/FastNoiseLite"
readme = "README.md"
authors = ["Jordan Peck", "Keavon Chambers"]
Expand Down

0 comments on commit 46472b8

Please sign in to comment.