From fe5f58c71fd57c6de32ab07c1d0ecab8d4b82352 Mon Sep 17 00:00:00 2001 From: jgirardet Date: Fri, 9 Nov 2018 08:20:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b44776..9a7a2b7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,7 +19,7 @@ with the following contents: { "*": { ">=3000": [ - "toml" + "python-toml" ] } }