Skip to content

Commit ca90e88

Browse files
Update README.md
1 parent 065ec3f commit ca90e88

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
@@ -22,7 +22,7 @@ This repository contains the following packages:
2222
- **GNNGraphs.jl**: Package that contains the graph data structures and helper functions for working with graph data.
2323

2424

25-
Both GraphNeuralNetworks.jl and GNNLux.jl enjoy several features:
25+
Both GraphNeuralNetworks.jl and GNNLux.jl display several features:
2626

2727
* Implement common graph convolutional layers.
2828
* Support computations on batched graphs.
@@ -34,7 +34,7 @@ Both GraphNeuralNetworks.jl and GNNLux.jl enjoy several features:
3434

3535
## Installation
3636

37-
GraphNeuralNetworks.jl, GNNlib.jl and GNNGraphs.jl are a registered Julia packages. You can easily install a package, e.g. GraphNeuralNetworks.jl, through the package manager :
37+
GraphNeuralNetworks.jl, GNNlib.jl and GNNGraphs.jl are registered Julia packages. You can easily install any of them through the package manager :
3838

3939
```julia
4040
pkg> add GraphNeuralNetworks

0 commit comments

Comments
 (0)