Skip to content
Permalink
Browse files

Making capitalization consistent in README

  • Loading branch information...
shawnmjones committed Jul 12, 2019
1 parent d51d3b3 commit 911f58b9cb07d6f6ae6cd5e488091d7c9355dc56
Showing with 4 additions and 4 deletions.
  1. +4 −4 README.md
@@ -34,9 +34,9 @@ Railtale also supports a number of presets for formatting a story for output to

Note that not all file formats support all presets.

# Running raintale
# Running Raintale

Raintale uses docker-compose to load and execute all dependencies. To run raintale, do the following:
Raintale uses docker-compose to load and execute all dependencies. To run Raintale, do the following:
1. Create a directory on your system
2. Copy docker-compose.yml from this repository into that directory
3. Open a terminal
@@ -67,14 +67,14 @@ Once that is done, type the following within the Docker prompt:
docker-compose run raintale tellstory -i story_mementos.txt --storyteller twitter --title "This is My Story Title" --generated-by "Me” -c twitter-credentials.yml
``

# Building raintale
# Building Raintale

Raintale uses ```pip``` for build and installation. Clone this repository and type the following from the root of the source code:

```pip install .```
to build and install the version from the source code on your machine.
# The future of raintale
# The future of Raintale
We are working on additional storytellers and presets. Storytellers must be either a file format or an online service that supports an API. The choice in storyteller is highly dependent upon the capabilities and terms of that online service's API.

0 comments on commit 911f58b

Please sign in to comment.
You can’t perform that action at this time.