Skip to content

Commit 18a7b0f

Browse files
authored
Update README.md
Fixed a few typos.
1 parent b230ab1 commit 18a7b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Among its features:
1818

1919
## Installation
2020

21-
GNN.jl is a registered julia package. You can easily install it through the package manager:
21+
GraphNeuralNetworks.jl is a registered Julia package. You can easily install it through the package manager:
2222

2323
```julia
2424
pkg> add GraphNeuralNetworks
@@ -30,7 +30,7 @@ Usage examples can be found in the [examples](https://github.com/CarloLucibello/
3030

3131
## Acknowledgments
3232

33-
GNN.jl is largely inspired by [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/), [Deep Graph Library](https://docs.dgl.ai/),
33+
GraphNeuralNetworks.jl is largely inspired by [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/), [Deep Graph Library](https://docs.dgl.ai/),
3434
and [GeometricFlux.jl](https://fluxml.ai/GeometricFlux.jl/stable/).
3535

3636

0 commit comments

Comments
 (0)