update readme

This commit is contained in:
Nikolay Kim 2021-06-14 21:46:46 +06:00
parent 391cf24fa9
commit fa59cd2d1c
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2020 ntex contributors <team@ntex.rs>
Copyright (c) 2021 ntex contributors <team@ntex.rs>
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated

View file

@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex)
[![crates.io](https://meritbadge.herokuapp.com/ntex)](https://crates.io/crates/ntex)
[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex)
[![Version](https://img.shields.io/badge/rustc-1.45+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.45.html)
[![Version](https://img.shields.io/badge/rustc-1.46+-lightgray.svg)](https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html)
![License](https://img.shields.io/crates/l/ntex.svg)
</p>

View file

@ -1,6 +1,6 @@
<div align="center">
<p><h1>ntex</h1> </p>
<p><strong>Framework for composable network services. This is personal project.</strong> </p>
<p><strong>Framework for composable network services. This is personal project. This project uses *unsafe*!</strong> </p>
<p>
[![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
@ -30,4 +30,4 @@
This project is licensed under
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))