Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kojung committed Jan 28, 2015
1 parent 3bf8ff0 commit c8fc832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ See http://www.eda.org/sdf/sdf_2.1.pdf for more information about the SDF syntax

Follow the standard cabal installation procedure:

% cabal install
> cabal install
# TEST

Unit tests are provided and can be executed like this:

% cabal configure --enable-tests
% cabal test
> cabal configure --enable-tests
> cabal test
# USAGE

See the package 'Text.SDF.V2p1.Parser.SDFParser' for the exposed methods for parsing and accessing the AST.
See the package `Text.SDF.V2p1.Parser.SDFParser` for the exposed methods for parsing and accessing the AST.


0 comments on commit c8fc832

Please sign in to comment.