Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 4e96ab1

Browse files
authoredNov 29, 2021
Update Java wrapper (#8)
1 parent eaeca1a commit 4e96ab1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎src/pages/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ export default function Home() {
3636
language: 'JS',
3737
bgColor: '#f7df1e',
3838
fgColor: '#000'
39+
},
40+
{
41+
name: 'AniAPI Java SDK',
42+
author: 'censodev',
43+
github: 'https://github.com/censodev/aniapi-java-sdk',
44+
language: 'Java',
45+
bgColor: '#68BD45',
46+
fgColor: '#fff'
3947
}
4048
/*
4149
REFER TO THIS EXAMPLE. PLEASE LEAVE IT HERE, DO NOT CLEAR IT!

0 commit comments

Comments
 (0)