Skip to content

Commit d51f0eb

Browse files
author
Paulsenik
committed
Changed username
1 parent 06c1f28 commit d51f0eb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Java Project Library
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/realPaulsen/Java-Project-Library)
4-
[![](https://jitpack.io/v/realPaulsen/java-project-library.svg)](https://jitpack.io/#realPaulsen/java-project-library)
5-
![GitHub](https://img.shields.io/github/license/realPaulsen/Java-Project-Library)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/paulsenik/java-project-library)
4+
[![](https://jitpack.io/v/paulsenik/java-project-library.svg)](https://jitpack.io/#paulsenik/java-project-library)
5+
![GitHub](https://img.shields.io/github/license/paulsenik/java-project-library)
66

7-
![GitHub Release Date](https://img.shields.io/github/release-date/realPaulsen/Java-Project-Library?label=last%20RELEASE)
8-
![GitHub last commit](https://img.shields.io/github/last-commit/realPaulsen/Java-Project-Library?label=last%20COMMIT)
7+
![GitHub Release Date](https://img.shields.io/github/release-date/paulsenik/java-project-library?label=last%20RELEASE)
8+
![GitHub last commit](https://img.shields.io/github/last-commit/paulsenik/java-project-library?label=last%20COMMIT)
99

1010
The `Java-Project-Library` is a library for making small ***Coding-Projects*** of any kind really **fast**.
1111

@@ -52,17 +52,17 @@ simply `connect()` and `disConnect()` a device and attach a `PSerialListener` to
5252
Use `write(data)` to send data to the device.
5353

5454
**For more see my
55-
[included Demo](https://github.com/realPaulsen/Java-Project-Library/blob/main/src/com/paulsen/demo/Demo.java)**
55+
[included Demo](https://github.com/paulsenik/java-project-library/blob/main/src/com/paulsen/demo/Demo.java)**
5656

5757

5858
## Projects built with JPL:
59-
- [JAudioController](https://github.com/realPaulsen/AudioController)
60-
- [FileManager](https://github.com/realPaulsen/FileManager)
61-
- [ButtonBox V2](https://github.com/realPaulsen/ButtonBox_V2)
59+
- [JAudioController](https://github.com/paulsenik/AudioController)
60+
- [FileManager](https://github.com/paulsenik/FileManager)
61+
- [ButtonBox V2](https://github.com/paulsenik/ButtonBox_V2)
6262

6363

6464
## Usage
65-
This library can be loaded using [JitPack](https://jitpack.io/#realPaulsen/java-project-library)
65+
This library can be loaded using [JitPack](https://jitpack.io/#paulsenik/java-project-library)
6666
```xml
6767
<repositories>
6868
<repository>
@@ -72,12 +72,12 @@ This library can be loaded using [JitPack](https://jitpack.io/#realPaulsen/java-
7272
</repositories>
7373
```
7474

75-
Include the dependency (change version *[version](https://github.com/realPaulsen/Java-Project-Library/releases)* if needed)
75+
Include the dependency (change version *[version](https://github.com/paulsenik/java-project-library/releases)* if needed)
7676

7777
```xml
7878
<dependencies>
7979
<dependency>
80-
<groupId>com.github.realPaulsen</groupId>
80+
<groupId>com.github.paulsenik</groupId>
8181
<artifactId>java-project-library</artifactId>
8282
<version>[1.1.6,1.1.7)</version>
8383
</dependency>
@@ -108,7 +108,7 @@ Include the dependency (change version *[version](https://github.com/realPaulsen
108108
The Library [jSerialComm](https://github.com/Fazecast/jSerialComm) is used for USB/Serial communication.
109109

110110
It is ***fully functional*** and ![Maintenance](https://img.shields.io/maintenance/yes/2023)
111-
by [`Paulsen`](https://github.com/realPaulsen)
111+
by [`Paulsen`](https://github.com/paulsenik)
112112

113113
### TODOs & In-Progress
114114

0 commit comments

Comments
 (0)