Skip to content

Commit b204dbd

Browse files
authored
Fix typos and include hiring details in README
1 parent 8953c4e commit b204dbd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
[![build](https://github.com/feature23/kernel/actions/workflows/ci_build.yml/badge.svg)](https://github.com/feature23/kernel/actions/workflows/ci_build.yml)
44

5-
A library of reusable types for implementing Clean Architecture in .NET and ASP.NET Core applications, based heavily on the work of [Steve Smith](https://github.com/ardalis) in the following open-sourcee projects:
5+
A library of reusable types for implementing Clean Architecture in .NET and ASP.NET Core applications, based heavily on the work of [Steve Smith](https://github.com/ardalis) in the following open-source projects:
66
- [ASP.NET Core Template](https://github.com/ardalis/CleanArchitecture)
77
- [Shared Kernel](https://github.com/ardalis/Ardalis.SharedKernel)
88

99
For the core functionality, only the `F23.Kernel` library is needed. This library provides types for events, results, query and command handlers, validation, and messaging. For smoother integration with ASP.NET Core, the `F23.Kernel.AspNetCore` library can be used for easily mapping between core result types and ASP.NET Core `IActionResult` and model state.
1010

1111
> **WARNING:** This library is currently in a pre-release state, and breaking changes may occur before reaching version 1.0.
12+
>
13+
---
14+
15+
**What if your day job was contributing to open-source projects and custom AI solutions &mdash; and you got paid for it?**<br />
16+
We're hiring remote engineers to contribute to cutting-edge AI and custom software projects. 100% remote, 100% real impact. https://www.feature23.com/careers
17+
1218

1319
## NuGet Installation
1420
### Core Package

0 commit comments

Comments
 (0)