Skip to content

Commit 7893512

Browse files
Update README.md
1 parent c6a489f commit 7893512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ Both **GraphNeuralNetworks.jl** and **GNNLux.jl** support the following features
3434

3535
## Installation
3636

37-
**GraphNeuralNetworks.jl**, **GNNlib.jl**, and **GNNGraphs.jl** are registered Julia packages. You can install them easily through the package manager:
37+
**GraphNeuralNetworks.jl**, **GNNLux.jl**, **GNNlib.jl**, and **GNNGraphs.jl** are registered Julia packages. You can install them easily through the package manager:
3838

3939
```julia
4040
pkg> add GraphNeuralNetworks
4141
```
4242

43+
4344
## Usage
4445

4546
Usage examples can be found in the [examples folder](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/GraphNeuralNetworks/examples) and the [notebooks folder](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/GraphNeuralNetworks/notebooks).

0 commit comments

Comments
 (0)