From e654976d0708701710d3b05d62a62d8c8bf5aad7 Mon Sep 17 00:00:00 2001 From: fwoppydwisk Date: Fri, 16 Aug 2024 23:15:56 +0000 Subject: Update README.md --- .github/README.md | 26 -------------------------- README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 .github/README.md create mode 100644 README.md diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index b693916..0000000 --- a/.github/README.md +++ /dev/null @@ -1,26 +0,0 @@ - -
-A fork of [Jaim](https://jaimlib.sourceforge.net/), a Java library that implements the AOL TOC protocol. - -This fork features various improvements on the original Jaim: - -- Support for chat invites - -## Original README - -``` -Readme.txt for Jaimlib ----------------------- - -For an example of how to use Jaimlib see src/com/wilko/jaimtest/JaimTest.java - -You can run the example using: - -java -jar lib/jaimtest.jar - -Use ctrl-c to end the test - -For more information see http://jaimlib.sourceforge.net - -wilko@users.sourceforge.net -``` diff --git a/README.md b/README.md new file mode 100644 index 0000000..b693916 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ + +
+A fork of [Jaim](https://jaimlib.sourceforge.net/), a Java library that implements the AOL TOC protocol. + +This fork features various improvements on the original Jaim: + +- Support for chat invites + +## Original README + +``` +Readme.txt for Jaimlib +---------------------- + +For an example of how to use Jaimlib see src/com/wilko/jaimtest/JaimTest.java + +You can run the example using: + +java -jar lib/jaimtest.jar + +Use ctrl-c to end the test + +For more information see http://jaimlib.sourceforge.net + +wilko@users.sourceforge.net +``` -- cgit v1.2.3-54-g00ecf