Skip to content

Commit 0b33614

Browse files
committed
layout
1 parent 3ed34ce commit 0b33614

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HtmlUnit - CSSParser--------------------------------------------------------------------
1+
# HtmlUnit - CSSParser ----------------------------------------------------
22

33
This is the code repository of the CSS parser used by HtmlUnit starting with version 1.30.
44

@@ -8,16 +8,16 @@ This implementation starts based on CSSParser 0.9.25; we removed the sac depende
88

99
We will try to stay in sync with CSSParser regarding the features in the future.
1010

11-
## Getting Started--------------------------------------------------------------------------
11+
## Getting Started --------------------------------------------------------
1212

1313
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
1414

15-
### Prerequisites----------------------------------------------------------------------------
15+
### Prerequisites ---------------------------------------------------------
1616

1717
You simply only need a local maven installation.
1818

1919

20-
### Building----------------------------------------------------------------------------------
20+
### Building --------------------------------------------------------------
2121

2222
Create a local clone of the repository and you are ready to start.
2323

@@ -27,18 +27,18 @@ Open a command line window from the root folder of the project and call
2727
mvn compile
2828
```
2929

30-
### Running the tests--------------------------------------------------------------------------
30+
### Running the tests -----------------------------------------------------
3131

3232
```
3333
mvn test
3434
```
3535

36-
## Contributing---------------------------------------------------------------------------------
36+
## Contributing -----------------------------------------------------------
3737

3838
TODO
3939
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
4040

41-
## Deployment and Versioning--------------------------------------------------------------------
41+
## Deployment and Versioning ----------------------------------------------
4242

4343
This part is intended for committer who are packaging a release.
4444

@@ -73,15 +73,15 @@ This part is intended for committer who are packaging a release.
7373
* Update the version number in pom.xml to start next snapshot development
7474
* Update the htmlunit pom to use the new release
7575

76-
## Authors-------------------------------------------------------------------
76+
## Authors -----------------------------------------------------------------
7777

7878
* **RBRi**
7979
* all the contributors to CSSParser
8080

81-
## License-------------------------------------------------------------------
81+
## License -----------------------------------------------------------------
8282

8383
This project is licensed under the Apache 2.0 License
8484

85-
## Acknowledgments-----------------------------------------------------------
85+
## Acknowledgments----------------------------------------------------------
8686

8787
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.

0 commit comments

Comments
 (0)