Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet authored Nov 9, 2018
1 parent e37e5f2 commit fe5f58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for the [Sublime Text](http://sublimetext.com/) text editor.
## How to use *toml* as a dependency

In order to tell Package Control
that you are using the *psutil* module
that you are using the *sublime-toml* module
in your ST package,
create a `dependencies.json` file
in your package root
Expand All @@ -19,7 +19,7 @@ with the following contents:
{
"*": {
">=3000": [
"toml"
"python-toml"
]
}
}
Expand Down

0 comments on commit fe5f58c

Please sign in to comment.