Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Small fix addressing typo and grammar in config section of README #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Once Pinball is installed either through pypi package installation or source cod

Configure Pinball
~~~~~~~~~~~~~~~~~
In order to start Pinball, user needs to provide a pinball configuration file. A sample pinball configuraiton can be retrived at here_.
In order to start Pinball, user needs to provide a pinball configuration file. A sample pinball configuration can be retrived at here_.

.. _here: https://github.com/pinterest/pinball/blob/master/pinball/config/default.yaml

Expand Down Expand Up @@ -94,7 +94,7 @@ There are a few parameters to configure. For example:

.. _example: https://github.com/pinterest/pinball/blob/master/pinball_ext/examples/workflows.py
.. _parser: https://github.com/pinterest/pinball/blob/master/pinball_ext/workflow/parser.py
* Application Configuration ::
* Application configuration ::

parser: pinball_ext.workflows.parser.PyWorkflowParser

Expand Down