Skip to content

Commit 6598bc9

Browse files
committed
Fix Readme
1 parent 4aa5adf commit 6598bc9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VhdlTestScript
22

3-
VhdlTestScript is a test-driven development Tool for VHDL
3+
VhdlTestScript is a test-driven development tool for VHDL.
44
(This Project is forked from [tomykaira/vhdl_doctest](https://github.com/tomykaira/vhdl_doctest))
55

66
## Dependency
@@ -46,10 +46,9 @@ VhdlTestScript.scenario DUT_PATH do |dut|
4646
end
4747
```
4848

49-
this ruby test bench is converted into a VHDL test bench when run vhdltestscript
49+
this ruby test bench is converted into a VHDL test bench when run vhdltestscript.
5050

51-
Documentation of test scenario syntax is being developed now.
52-
Please read example codes in /example to know how to write test scenario.
51+
Documentation of test scenario syntax is being developed now. Please read example codes in /example to know how to write test scenario.
5352

5453
## Issues And Features
5554

0 commit comments

Comments
 (0)