99[ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/CogitatorTech/helium/tests.yml?label=tests&style=flat&labelColor=282c34&logo=github )] ( https://github.com/CogitatorTech/helium/actions/workflows/tests.yml )
1010[ ![ CodeFactor] ( https://img.shields.io/codefactor/grade/github/CogitatorTech/helium?label=code%20quality&style=flat&labelColor=282c34&logo=codefactor )] ( https://www.codefactor.io/repository/github/CogitatorTech/helium )
1111[ ![ Zig Version] ( https://img.shields.io/badge/Zig-0.15.1-orange?logo=zig&labelColor=282c34 )] ( https://ziglang.org/download/ )
12- [ ![ Docs ] ( https://img.shields.io/github/v/tag/CogitatorTech/helium?label=docs&color=blue& style=flat&labelColor=282c34&logo=read-the-docs )] ( https://habedi. github.io/ helium/ )
13- [ ![ Examples ] ( https://img.shields.io/github/v/tag/CogitatorTech/helium?label=examples&color=green& style=flat&labelColor=282c34&logo=zig )] ( https://github.com/CogitatorTech/helium/tree/main/examples )
12+ [ ![ Examples ] ( https://img.shields.io/badge/examples-view-green? style=flat&labelColor=282c34&logo=zig )] ( https://github.com/CogitatorTech/ helium/tree/main/examples )
13+ [ ![ Docs ] ( https://img.shields.io/badge/docs-read-blue? style=flat&labelColor=282c34&logo=read-the-docs )] ( https://github.com/CogitatorTech/helium/tree/main/docs )
1414[ ![ Release] ( https://img.shields.io/github/release/CogitatorTech/helium.svg?label=release&style=flat&labelColor=282c34&logo=github )] ( https://github.com/CogitatorTech/helium/releases/latest )
1515[ ![ License] ( https://img.shields.io/badge/license-MIT-007ec6?label=license&style=flat&labelColor=282c34&logo=open-source-initiative )] ( https://github.com/CogitatorTech/helium/blob/main/LICENSE )
1616
@@ -21,13 +21,13 @@ A micro web framework for Zig
2121---
2222
2323Helium is a small, configurable web framework for the Zig programming language.
24- It aims to provide the essential building blocks needed for creating fast and efficient web applications and services in
24+ It aims to provide the essential building blocks needed for creating fast web applications and services in
2525Zig without getting in the way of your application's logic.
2626
2727Helium follows a micro-framework design philosophy with a small core feature set that can be extended via optional
2828middleware and utilities.
29- It aims to be lightweight and easy to use, while still providing the necessary building blocks for building complex web
30- applications by allowing users to compose their applications from reusable components.
29+ It aims to be lightweight and easy to use but still be able to provide the necessary building blocks for building
30+ complex web applications by allowing users to compose their applications from reusable components.
3131
3232### Features
3333
@@ -56,17 +56,11 @@ To be added.
5656
5757### Documentation
5858
59- You can find the full API documentation for the latest release of Helium [ here] ( https://habedi.github.io/helium/ ) .
60-
61- Alternatively, you can use the ` make docs ` command to generate the API documentation for the current version of Helium
62- from the source code.
63- This will generate HTML documentation in the ` docs/api ` directory, which you can serve locally with ` make serve-docs `
64- and view in your web browser at [ http://localhost:8000 ] ( http://localhost:8000 ) .
59+ Check out the [ docs] ( docs ) directory for Helium documentation, including the API reference.
6560
6661### Examples
6762
68- Check out the [ examples] ( examples/ ) directory for examples of how Helium can be used to build a variety of web
69- applications and services.
63+ Check out the [ examples] ( examples ) directory for example usages for various Helium features.
7064
7165---
7266
0 commit comments