Skip to content

Commit c4c212b

Browse files
committed
docs: update project description, fixing project name on docs site index page
1 parent 93084e2 commit c4c212b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "sofie"
3-
version = "0.1.0"
3+
version = "0.0.2"
44
edition = "2021"
55
authors = ["Rogerio Araújo <rogerio.araujo@gmail.com>"]
66
repository = "https://github.com/ararog/sofie"
77
homepage = "https://github.com/ararog/sofie"
8-
description = "Very Tiny Server"
8+
description = "🌟 The elegant full-stack web framework that makes Rust web development effortless"
99
readme = "README.md"
1010
license = "MIT"
1111
keywords = ["framework", "backend", "rest-server", "rest"]

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ permalink: /
1414
[![Documentation](https://docs.rs/deboa/badge.svg)](https://docs.rs/deboa/latest/deboa)
1515
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1616

17-
**Sophia** is a comprehensive, production-ready web framework for Rust that combines simplicity with power. Built on top of VeTiS, it provides everything you need to build modern web applications - from REST APIs to full-featured web services - with a clean, intuitive API that makes development a joy.
17+
**Sofie** is a comprehensive, production-ready web framework for Rust that combines simplicity with power. Built on top of VeTiS, it provides everything you need to build modern web applications - from REST APIs to full-featured web services - with a clean, intuitive API that makes development a joy.
1818

1919
Built on top of [hyper](https://github.com/hyperium/hyper).
2020

2121
## 🗺️ Roadmap
2222

23-
Sophia is continuously evolving! Here's what we're working on:
23+
Sofie is continuously evolving! Here's what we're working on:
2424

2525
### Security & Authentication
2626

0 commit comments

Comments
 (0)