Skip to content

Commit

Permalink
Remove emojis from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jul 7, 2019
1 parent 0e72381 commit a29fec2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ A dead simpile annotation-based event bus that allows different event executor i

Trident implements reflection and generated Javassist method executors.

## Inspiration :star:
## Inspiration

Inspiration for Trident.

* [Event4j](https://github.com/Techcable/Event4J)
* [Guava](https://github.com/google/guava)
* [mbassador](https://github.com/bennidi/mbassador)

## Build Artifacts :hammer:
## Build Artifacts

Build artifacts are hosted via [Jitpack.](https://jitpack.io/#clubobsidian/Trident/)

## Setting up as a dependency :open_book:
## Setting up as a dependency

### Gradle

Expand Down Expand Up @@ -53,11 +53,11 @@ compile 'com.github.clubobsidian:trident:2.0.0'
</dependency>
```

## Dependencies :fire:
## Dependencies

* [Javassist](https://github.com/jboss-javassist/javassist)

## Development :computer:
## Development

### Eclipse

Expand All @@ -71,11 +71,11 @@ compile 'com.github.clubobsidian:trident:2.0.0'
2. Generate intellij files with `gradlew idea`
3. Import project

### Building :building_construction:
### Building

`gradlew shadowJar`

### Projects that use Trident :notes:
### Projects that use Trident

* [DynamicGui](https://github.com/ClubObsidian/DynamicGui)
* [Hydra](https://github.com/ClubObsidian/hydra)
Expand Down

0 comments on commit a29fec2

Please sign in to comment.