From 5907bdc62618ca4990713c660e7479c143737479 Mon Sep 17 00:00:00 2001 From: Prashanth <61168530+askprash@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:52:48 -0500 Subject: [PATCH] Add badges to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73c04beb..236fa2fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # TASOPT.jl +[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://mit-lae.github.io/TASOPT.jl/dev/) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://mit-lae.github.io/TASOPT.jl/stable/) ![Codecov](https://img.shields.io/codecov/c/github/MIT-LAE/TASOPT.jl) [![CI](https://github.com/MIT-LAE/TASOPT.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/MIT-LAE/TASOPT.jl/actions/workflows/CI.yml) Transport Aircraft and the Environment System OPTimization (TASOPT) implemented in Julia. Originally based of Mark Drela's [FORTRAN code](https://web.mit.edu/drela/Public/web/tasopt/) of the same name.