diff --git a/Cargo.toml b/Cargo.toml index 1bab790..28b108b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rustforweb-website" -description = "Rust For Web website." +description = "Rust for Web website." publish = false -authors = ["Rust For Web "] +authors = ["Rust for Web "] edition = "2024" license = "MIT" repository = "https://github.com/RustForWeb/rustforweb.github.io" diff --git a/LICENSE.md b/LICENSE.md index 8695975..d244f93 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Rust For Web +Copyright (c) 2024 Rust for Web Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7b7abd4..d4c3324 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@

- +

-

Rust For Web

+

Rust for Web

Creates and ports web UI libraries for Rust. -Rust For Web is a collection of libraries designed for building web applications with Rust and WebAssembly. These libraries provide ready-to-use components for popular Rust web frameworks such as [Dioxus](https://dioxuslabs.com/), [Leptos](https://leptos.dev/), and [Yew](https://yew.rs/). Rust For Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem. It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust. +Rust for Web is a collection of libraries designed for building web applications with Rust and WebAssembly. These libraries provide ready-to-use components for popular Rust web frameworks such as [Dioxus](https://dioxuslabs.com/), [Leptos](https://leptos.dev/), and [Yew](https://yew.rs/). Rust for Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem. It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust. ## Documentation diff --git a/index.html b/index.html index dbba3d7..2b7c848 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - + - Rust For Web + Rust for Web diff --git a/package.json b/package.json index 3126c1f..c8f3c6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rustforweb/website", - "description": "Rust For Web website.", - "author": "Rust For Web ", + "description": "Rust for Web website.", + "author": "Rust for Web ", "repository": "github:RustForWeb/rustforweb.github.io", "license": "MIT", "private": true,