Skip to content

Commit

Permalink
Capitalize "World Explorer"
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Feb 22, 2024
1 parent c0cd511 commit 75bb654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/torii/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async fn main() -> anyhow::Result<()> {
.collect();
info!(target: "torii::cli", "Starting torii endpoint: {}", endpoint);
info!(target: "torii::cli", "Serving Graphql playground: {}", gql_endpoint);
info!(target: "torii::cli", "World explorer is available on: {}\n", format!("https://worlds.dev/torii?url={}", encoded));
info!(target: "torii::cli", "World Explorer is available on: {}\n", format!("https://worlds.dev/torii?url={}", encoded));

Check warning on line 206 in bin/torii/src/main.rs

View check run for this annotation

Codecov / codecov/patch

bin/torii/src/main.rs#L199-L206

Added lines #L199 - L206 were not covered by tests

if let Some(listen_addr) = args.metrics {
let prometheus_handle = prometheus_exporter::install_recorder("torii")?;
Expand Down

0 comments on commit 75bb654

Please sign in to comment.