Skip to content

Commit 432d069

Browse files
datedfaustbrian
authored andcommitted
chore: adhere to naming convention (#19)
1 parent 35787a5 commit 432d069

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ARK Java - Crypto
1+
# Ark Java - Crypto
22

33
<p align="center">
4-
<img src="https://github.com/ArkEcosystem/java-crypto/blob/master/banner.png" />
4+
<img src="./banner.png" />
55
</p>
66

7-
> A simple Cryptography Implementation in Java for the ARK Blockchain.
7+
> A simple Cryptography Implementation in Java for the Ark Blockchain.
88
99
[![Build Status](https://badgen.now.sh/circleci/github/ArkEcosystem/java-crypto)](https://circleci.com/gh/ArkEcosystem/java-crypto)
1010
[![Codecov](https://badgen.now.sh/codecov/c/github/arkecosystem/java-crypto)](https://codecov.io/gh/arkecosystem/java-crypto)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ uploadArchives {
5151
artifactId = 'arkecosystem-crypto'
5252

5353
name = 'java-crypto'
54-
description = 'A simple Cryptography Implementation in Java for the ARK Blockchain.'
54+
description = 'A simple Cryptography Implementation in Java for the Ark Blockchain.'
5555
url = 'https://github.com/ArkEcosystem/java-crypto'
5656
inceptionYear = '2018'
5757

0 commit comments

Comments
 (0)