We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9c9a0 commit 32cbd53Copy full SHA for 32cbd53
README.md
@@ -37,17 +37,17 @@ Both **GraphNeuralNetworks.jl** and **GNNLux.jl** support the following features
37
38
All packages are registered in the General registry, making them easy to install via the Julia package manager.
39
40
-For *Flux* users, run:
+For **Flux** users, run:
41
```julia
42
pkg> add GraphNeuralNetworks
43
```
44
45
-For *Lux* users, run:
+For **Lux** users, run:
46
47
pkg> add GNNLux
48
49
50
-There is no need to install **GNNGraphs** or **GNNlib** directly, as their functionality is re-exported by the frontend packages.
+There is no need to install GNNGraphs or GNNlib directly, as their functionality is re-exported by the frontend packages.
51
52
## Usage
53
0 commit comments