1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

Removes websockets from feature rich mention.

This commit is contained in:
Cameron Dershem 2019-06-18 19:21:06 -04:00
parent 96d8bec2a8
commit a3cb721ed3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "application" name = "application"
version = "0.7.0" version = "1.0.0"
edition = "2018" edition = "2018"
workspace = "../" workspace = "../"

View File

@ -22,7 +22,7 @@
<i class="fa fa-fw fa-battery-full" aria-hidden="true"></i> <i class="fa fa-fw fa-battery-full" aria-hidden="true"></i>
Feature Rich Feature Rich
</h2> </h2>
<p>Actix provides a lot of features out of box. WebSockets, HTTP/2, pipelining etc.</p> <p>Actix provides a lot of features out of box. HTTP/2, logging, etc.</p>
<h2> <h2>
<i class="fa fa-fw fa-puzzle-piece" aria-hidden="true"></i> <i class="fa fa-fw fa-puzzle-piece" aria-hidden="true"></i>