mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
Capitalize Rust correctly (#149)
This commit is contained in:
parent
e9b3985bcf
commit
509f394ba4
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: rust's powerful actor system and most fun web framework
|
title: Rust's powerful actor system and most fun web framework
|
||||||
---
|
---
|
||||||
|
@ -19,7 +19,7 @@ will then use `listenfd` to pick up the socket that `systemfd` opened.
|
|||||||
## Binaries Necessary
|
## Binaries Necessary
|
||||||
|
|
||||||
For an automatic reloading experience you need to install `cargo-watch` and
|
For an automatic reloading experience you need to install `cargo-watch` and
|
||||||
`systemfd`. Both are written in rust and can be installed with `cargo install`:
|
`systemfd`. Both are written in Rust and can be installed with `cargo install`:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install systemfd cargo-watch
|
cargo install systemfd cargo-watch
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<div class="actix-jumbotron">
|
<div class="actix-jumbotron">
|
||||||
<img src="/img/logo-large.png" class="align-middle actix-logo" alt="">
|
<img src="/img/logo-large.png" class="align-middle actix-logo" alt="">
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
rust's powerful actor system and most fun web framework
|
Rust's powerful actor system and most fun web framework
|
||||||
</p>
|
</p>
|
||||||
<a href="/docs/installation/"
|
<a href="/docs/installation/"
|
||||||
class="btn btn-secondary actix-jumbotron-install">
|
class="btn btn-secondary actix-jumbotron-install">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user