Skip to content

Commit 5123ffb

Browse files
committed
More information and search terms
1 parent bdb18f5 commit 5123ffb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Magnetic Track Parser
22

3-
*Magnetic Track Parser* is a Java 7 library that can parse magnetic strips from a bank issued credit card. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests. Maven is needed for a build.
3+
*Magnetic Track Parser* is a Java 7 library that can parse magnetic track data from a bank issued credit card, such as might be returned from a USB magnetic card stripe reader. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests. Maven is needed for a build.
4+
5+
See the article on [Magnetic stripe card] on Wikipedia for information about the format of track data.
6+
7+
[Magnetic stripe card]: http://en.wikipedia.org/wiki/Magnetic_stripe_card
48

59
## Download
610

0 commit comments

Comments
 (0)