Skip to content

Commit 3e86f58

Browse files
committed
Fixing typo
1 parent 2711c82 commit 3e86f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/Heroku Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In order to let Heroku understand our project, we need to add some files to tell
3838

3939
#### runtime.txt
4040

41-
The first file we need to add is called `runtime.txt`. And this is ***important*** that we have to name the file this way so that Heroku knows where to look at. All the filenames should remain unchanged for the following files we introduce unless specified otherwise. The `runtime.txt` file should contain what language and version you are using for the application. So for our sample project, our `runtime.txt` content should look like this:
41+
The first file we need to add is called `runtime.txt`. And it is **important** that we have to name the file this way so that Heroku knows where to look at. All the filenames should remain unchanged for the following files we introduce unless specified otherwise. The `runtime.txt` file should contain what language and version you are using for the application. So for our sample project, our `runtime.txt` content should look like this:
4242

4343
```
4444
python-3.5.2

0 commit comments

Comments
 (0)