Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Fix broken headings in Markdown files #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Most of Tinder's primary functionality has been re-created in Tinderbox. Note th

There are a few ways to run the code:

####Use the OSX app launcher
#### Use the OSX app launcher
(For OSX only) Use the .app launcher for OSX (you can drag and drop this into the Dock, too!)
![App Launcher](https://raw.githubusercontent.com/crockpotveggies/tinderbox/master/public/img/screenshots/app-launcher.png)

####Use the startup scripts
#### Use the startup scripts
Before you run the startup scripts, fetch the Stanford NLP models. You can do this automatically by running:
```
bash lib/fetch_nlp_models
Expand Down
4 changes: 2 additions & 2 deletions dist/tinderbox-1.1-SNAPSHOT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Most of Tinder's primary functionality has been re-created in Tinderbox. Note th

There are a few ways to run the code:

####Use the OSX app launcher
#### Use the OSX app launcher
(For OSX only) Use the .app launcher for OSX (you can drag and drop this into the Dock, too!)
![App Launcher](https://raw.githubusercontent.com/crockpotveggies/tinderbox/master/public/img/screenshots/app-launcher.png)

####Use the startup scripts
#### Use the startup scripts
Before you run the startup scripts, fetch the Stanford NLP models. You can do this automatically by running:
```
bash lib/fetch_nlp_models
Expand Down