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 1, 2024
1 parent 065ec3f commit ca90e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository contains the following packages:
- **GNNGraphs.jl**: Package that contains the graph data structures and helper functions for working with graph data.


Both GraphNeuralNetworks.jl and GNNLux.jl enjoy several features:
Both GraphNeuralNetworks.jl and GNNLux.jl display several features:

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

## Installation

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 :
GraphNeuralNetworks.jl, GNNlib.jl and GNNGraphs.jl are registered Julia packages. You can easily install any of them through the package manager :

```julia
pkg> add GraphNeuralNetworks
Expand Down

0 comments on commit ca90e88

Please sign in to comment.