Skip to content

Commit

Permalink
Update status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark authored Jul 20, 2023
1 parent de486ed commit 04d21fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# LÖVE-API

[![Build Status](https://travis-ci.org/love2d-community/love-api.svg?branch=master)](https://travis-ci.org/love2d-community/love-api)
[![LOVE](https://img.shields.io/badge/L%C3%96VE-11.3-EA316E.svg)](http://love2d.org/)
[![Deploy](https://github.com/love2d-community/love-api/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/love2d-community/love-api/actions/workflows/gh-pages.yml)
[![pages-build-deployment](https://github.com/love2d-community/love-api/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/love2d-community/love-api/actions/workflows/pages/pages-build-deployment)
[![LÖVE](https://img.shields.io/badge/L%C3%96VE-11.4-EA316E.svg)](http://love2d.org/)

The complete API documentation of [LÖVE](https://love2d.org/) contained in a Lua table.

Expand Down Expand Up @@ -33,7 +34,7 @@ Contributions are more than welcome!

```lua
return {
version = '11.3',
version = '11.4',
functions = { -- Functions not in modules, currently only love.getVersion
-- See function structure below
},
Expand Down Expand Up @@ -203,7 +204,7 @@ print(s)

```lua
return {
version = '11.3',
version = '11.4',
modules = {
{
name = 'modulename',
Expand Down

0 comments on commit 04d21fc

Please sign in to comment.