Skip to content

Commit a7c739c

Browse files
datedfaustbrian
authored andcommitted
chore: adhere to naming convention (#61)
1 parent 2a0ea2c commit a7c739c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

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

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

7-
> A simple Cryptography Implementation in Python for the ARK Blockchain.
7+
> A simple Cryptography Implementation in Python for the Ark Blockchain.
88
99
[![Build Status](https://badgen.now.sh/circleci/github/ArkEcosystem/python-crypto)](https://circleci.com/gh/ArkEcosystem/python-crypto)
1010
[![Codecov](https://badgen.now.sh/codecov/c/github/arkecosystem/python-crypto)](https://codecov.io/gh/arkecosystem/python-crypto)
@@ -22,7 +22,7 @@ Before you start contributing please take some time and check our official [Pyth
2222
5. Run the entire test suite again, confirming that all tests pass including the ones you just added.
2323
6. Send a GitHub Pull Request. GitHub Pull Requests are the expected method of code collaboration on this project.
2424

25-
If you have any questions, requests or ideas open an issue or ask us in #python on [ARK's Slack](https://ark.io/slack).
25+
If you have any questions, requests or ideas open an issue or ask us in #python on the [ArkEcosystem Slack](https://ark.io/slack).
2626

2727
## Documentation
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setuptools.setup(
2929
name='arkecosystem-crypto',
30-
description='A simple Cryptography Implementation in Python for the ARK Blockchain.',
30+
description='A simple Cryptography Implementation in Python for the Ark Blockchain.',
3131
version='0.1.1',
3232
author='Ark Ecosystem',
3333
author_email='info@ark.io',

0 commit comments

Comments
 (0)