From: Soikk <76824648+Soikk@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:03:01 +0000 (+0200) Subject: Fixed typo X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=1e49fe9a4f42f49321636f8542a8eeb853fdb039;p=soikk-nnet.git Fixed typo --- diff --git a/README.md b/README.md index afa9dd4..81a9846 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ Libreria simple de simulacion de redes neuronales en c (nnet.h) -Demostrada en el ejemplo "net.c" +Demostrada en el ejemplo "nnet.c" Compilar con "gcc *.c" o alternativamente "clang -lm *.c"