Move CI badge below the title

This commit is contained in:
Lewis Van Winkle
2026-08-05 21:25:10 -05:00
parent 3d8e469f6d
commit 4ebc4d4648

View File

@@ -1,9 +1,9 @@
[![CI](https://github.com/codeplea/genann/actions/workflows/ci.yml/badge.svg)](https://github.com/codeplea/genann/actions/workflows/ci.yml)
<img alt="Genann logo" src="https://codeplea.com/public/content/genann_logo.png" align="right" />
# Genann
[![CI](https://github.com/codeplea/genann/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/codeplea/genann/actions/workflows/ci.yml)
Genann is a minimal, well-tested library for training and using feedforward
artificial neural networks (ANN) in C. Its primary focus is on being simple,
fast, reliable, and hackable. It achieves this by providing only the necessary