Skip to content

Commit daa32a3

Browse files
Apply suggestions from code review
Co-authored-by: Matt Gallagher <[email protected]>
1 parent 4584483 commit daa32a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/ui/add-bulma.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# How do I add Bulma to a SAFE project?
22

3-
[Bulma](https://bulma.io/documentation/) is a free open-source UI framework based on flex-box that helps you create modern and responsive layouts.
3+
[Bulma](https://bulma.io/documentation/) is a free open-source UI framework based on flexbox that helps you create modern and responsive layouts.
44

55
When using Feliz (the standard for a SAFE app), follow the instructions below. When using Fable.React, use the [Fulma](https://fulma.github.io/Fulma/) wrapper for Bulma.
66

7-
## 1. Add the Feliz.Bulma NuGet package to the solution
7+
## 1. Add the Feliz.Bulma NuGet package to the client project
88

99
```
1010
dotnet paket add Feliz.Bulma -p Client

0 commit comments

Comments
 (0)