Skip to content

Commit 3c53e0e

Browse files
committed
Move GeneratUnits.bat to root
For discoverability
1 parent 085bc4f commit 3c53e0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This project is still early and many units and conversions are not yet covered.
134134

135135
Please read the wiki on [Adding a New Unit](https://github.com/anjdreas/UnitsNet/wiki/Adding-a-New-Unit).
136136

137-
Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefinitions\*.json` files and running `UnitsNet\Scripts\GenerateUnits.bat` to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
137+
Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefinitions\*.json` files and running `GenerateUnits.bat` to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
138138

139139
* [Fork the repo](https://help.github.com/articles/fork-a-repo)
140140
* Do work on branches such as **feature/add-myunit** and **fix/34**

0 commit comments

Comments
 (0)