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

Commit

Permalink
FIX: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MCStreetguy committed Jul 30, 2017
1 parent 4508223 commit 77c995f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Atom Snippet Injector
**An easy but powerful snippet management tool for Atom editor.**

This atom package provides a JSON based snippet management.

*But why use this package* you ask?

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

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.
Check out the [Quick Start Guide](HOWTO.md#examples) for more instructions on how to use this package.
Check out the [Quick Start Guide](HOWTO.md#using-the-snippet-injector) for short instructions on how to use this package.
Happy Coding :)

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

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

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

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

###### available formats:

Expand Down

0 comments on commit 77c995f

Please sign in to comment.