Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 77c995f

Browse files
committed
FIX: readme
1 parent 4508223 commit 77c995f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Atom Snippet Injector
22
**An easy but powerful snippet management tool for Atom editor.**
3+
34
This atom package provides a JSON based snippet management.
45

56
*But why use this package* you ask?
67

78
Because you can reach every feature in more or less three steps.
89

910
It's easy and fast so you don't have to struggle with difficult UI's or file syntaxes or even worse, writing the snippets manually.
10-
Check out the [Quick Start Guide](HOWTO.md#examples) for more instructions on how to use this package.
11+
Check out the [Quick Start Guide](HOWTO.md#using-the-snippet-injector) for short instructions on how to use this package.
1112
Happy Coding :)
1213

1314
---
@@ -73,7 +74,7 @@ This command imports previously exported data from an importable file format.
7374
The format is recognized automatically, the contained data gets parsed
7475
and the resulting snippets will be stored simultaneously.
7576

76-
Since this command is part of the IMEX module, I recommend usage via main menu.
77+
Since this command is part of the [IMEX module](HOWTO.md#using-the-imex-module), I recommend usage via main menu.
7778

7879
*Name in menus:*
7980
> "Import Snippets"
@@ -84,7 +85,7 @@ Since this command is part of the IMEX module, I recommend usage via main menu.
8485
This command exports the local storage in the given file format.
8586
All snippets get parsed, based on the specific configuration and then are written into a user chosen file.
8687

87-
Since this command is part of the IMEX module, I recommend usage via main menu.
88+
Since this command is part of the [IMEX module](HOWTO.md#using-the-imex-module), I recommend usage via main menu.
8889

8990
###### available formats:
9091

0 commit comments

Comments
 (0)