From 32cbd53b61b8cade6e152a8563ebc0d5d85ddbca Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Mon, 9 Dec 2024 10:21:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0053b48e4..71148395d 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ Both **GraphNeuralNetworks.jl** and **GNNLux.jl** support the following features All packages are registered in the General registry, making them easy to install via the Julia package manager. -For *Flux* users, run: +For **Flux** users, run: ```julia pkg> add GraphNeuralNetworks ``` -For *Lux* users, run: +For **Lux** users, run: ```julia pkg> add GNNLux ``` -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. ## Usage