Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 9, 2024
1 parent 5a9c9a0 commit 32cbd53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ Both **GraphNeuralNetworks.jl** and **GNNLux.jl** support the following features

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

For *Flux* users, run:
For **Flux** users, run:
```julia
pkg> add GraphNeuralNetworks
```

For *Lux* users, run:
For **Lux** users, run:
```julia
pkg> add GNNLux
```

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

## Usage

Expand Down

0 comments on commit 32cbd53

Please sign in to comment.