diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acc6078c584..c7b7558d3ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guidelines -Welcome, and thank you for your interest in contributing to FoxBox! We value your contributions and want to make the contributing experience enjoyable and rewarding for you. Here’s how you can get started: +Welcome, and thank you for your interest in contributing to Foxbox! We value your contributions and want to make the contributing experience enjoyable and rewarding for you. Here’s how you can get started: ## :rocket: Getting Started diff --git a/README.md b/README.md index 3c081034706..91aaaff98b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
-FoxBox is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS. +Foxbox is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS.
@@ -64,7 +64,7 @@ $ yarn desktop:start # launch electron $ yarn run web:serve # it will be avaiable in http://localhost:8080 ``` -## :hammer_and_wrench: Building FoxBox +## :hammer_and_wrench: Building Foxbox Build the application for production using these commands: @@ -95,8 +95,8 @@ Foxbox follows an open core licensing model. Most functionality is available in ## :handshake: Contributing -Contributions are welcome! FoxBox is primarily built in TypeScript and ReactJS. All potential contributors must agree to the Contributor License Agreement outlined in [CONTRIBUTING.md](CONTRIBUTING.md). +Contributions are welcome! Foxbox is primarily built in TypeScript and ReactJS. All potential contributors must agree to the Contributor License Agreement outlined in [CONTRIBUTING.md](CONTRIBUTING.md). ## :star: Credits -FoxBox originally began as a fork of [FoxGlove Studio](https://github.com/foxglove/studio), an open source project developed by [Foxglove](https://app.foxglove.dev/). +Foxbox originally began as a fork of [FoxGlove Studio](https://github.com/foxglove/studio), an open source project developed by [Foxglove](https://app.foxglove.dev/). diff --git a/benchmark/webpack.config.ts b/benchmark/webpack.config.ts index 00f2dfcd7cb..4c68b9e8df3 100644 --- a/benchmark/webpack.config.ts +++ b/benchmark/webpack.config.ts @@ -92,7 +92,7 @@ const mainConfig = (env: unknown, argv: WebpackArgv): Configuration => {
-