Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For contributors, there's a light naming style Jeremy refuses to let go of that
2. All private or protected members should be Camel cased
3. Use `_` as a prefix for private fields

The build is scripted out with [Bullseye](https://github.com/adamralph/bullseye) in the `/build` folder. To run the
The build is scripted out with [Nuke](https://github.com/nuke-build/nuke) in the `/build` folder. To run the
build file locally, use `build` with Windows or `./build.sh` on OSX or Linux.

## Documentation
Expand Down
Loading