You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Among its features:
18
18
19
19
## Installation
20
20
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:
22
22
23
23
```julia
24
24
pkg> add GraphNeuralNetworks
@@ -30,7 +30,7 @@ Usage examples can be found in the [examples](https://github.com/CarloLucibello/
30
30
31
31
## Acknowledgments
32
32
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/),
34
34
and [GeometricFlux.jl](https://fluxml.ai/GeometricFlux.jl/stable/).
0 commit comments