summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-07-04 23:59:49 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-07-04 23:59:49 +0300
commitea3ce5c4bc2e54d0f9eb1e832d758d5ea84d4fa2 (patch)
tree75735ed084c456a46fd722a7e4c1dd616519de9b
parent86630d6715ec2b6396c1e4335e28c4ad30f9aef8 (diff)
Fixed typos
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f8c5367..8980fec 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ virtualenv path/to/neural-art
source path/to/neural-art/bin/activate
```
-(!) When you're finished with the environment:
+( ! ) When you're finished with the environment:
```bash
# deactivate
@@ -64,8 +64,8 @@ The `./images.npy` file contains raw numpy array data generated by `./neuralart.
Considering this workflow, `./clear_dir.sh` removes temporary files each time a new call to `./stylize.sh` is made.
-## Contribuiting
+## Contributing
-Any sort of help, especially regarding the QoS ( Quality of Service ) of the project, is appreciated. Feel free to open an issue in the **Issues** tab and discuss the possible changes there. As of now, **neural-art** would be in great need of a clean and friendly arguments handler ( i.e. like the one the `argparse` python package provides ) in order to accomodate to a cleaner interface for `./neuralart.py` and / or `./stylize.sh`.
+Any sort of help, especially regarding the QoS ( Quality of Service ) of the project, is appreciated. Feel free to open an issue in the **Issues** tab and discuss the possible changes there. As of now, **neural-art** would be in great need of a clean and friendly arguments handler ( i.e. the one the `argparse` python package provides ) in order to accommodate to a cleaner interface for `./neuralart.py` and / or `./stylize.sh`.
Thank you. Happy neural-art-ing !