Skip to content

Commit 32cbd53

Browse files
Update README.md
1 parent 5a9c9a0 commit 32cbd53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ Both **GraphNeuralNetworks.jl** and **GNNLux.jl** support the following features
3737

3838
All packages are registered in the General registry, making them easy to install via the Julia package manager.
3939

40-
For *Flux* users, run:
40+
For **Flux** users, run:
4141
```julia
4242
pkg> add GraphNeuralNetworks
4343
```
4444

45-
For *Lux* users, run:
45+
For **Lux** users, run:
4646
```julia
4747
pkg> add GNNLux
4848
```
4949

50-
There is no need to install **GNNGraphs** or **GNNlib** directly, as their functionality is re-exported by the frontend packages.
50+
There is no need to install GNNGraphs or GNNlib directly, as their functionality is re-exported by the frontend packages.
5151

5252
## Usage
5353

0 commit comments

Comments
 (0)