Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tikitko authored Jan 1, 2024
1 parent aa7e992 commit 466b933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Features

How-to
---
1. Configure ENV vars mentioned in [job](https://github.com/tikitko/blog-ui/blob/main/.github/workflows/builds.yml) or in [lib](https://github.com/tikitko/blog-ui/blob/main/src/lib.rs) file, where some items can be optional, based on selected features.
1. Configure ENV vars mentioned in [job](https://github.com/tikitko/blog-ui/blob/main/.github/workflows/builds.yml) or in [lib](https://github.com/tikitko/blog-ui/blob/main/src/lib.rs) file, where some items can be optional, based on selected features
```rust
#[cfg(all(feature = "client", feature = "yandex"))]
const YANDEX_CLIENT_ID: &'static str = std::env!("YANDEX_CLIENT_ID"); // ee156ec6ee994a748e724f604db8e305
Expand All @@ -31,7 +31,7 @@ const DESCRIPTION: &'static str = std::env!("DESCRIPTION"); // BLOG DESCRIPTION
const KEYWORDS: &'static str = std::env!("KEYWORDS"); // BLOG, KEYWORDS
const ACCORDION_JSON: &'static str = std::env!("ACCORDION_JSON"); // [{"title":"О блоге","body":"<strong>Ты ошибка эволюции.</strong><br/>А блог этот про хороших людей в плохое время."},{"title":"Контент","body":"Привет!"}]
```
2. Build YEW/app by [tutorial](https://yew.rs/docs/tutorial).
2. Build YEW/app by [tutorial](https://yew.rs/docs/tutorial)

Links
---
Expand Down

0 comments on commit 466b933

Please sign in to comment.