d6f04a94 by Skip Hines

updated README.md with correct version information

1 parent 4642bea9
...@@ -22,7 +22,7 @@ or ...@@ -22,7 +22,7 @@ or
22 ~~~sh 22 ~~~sh
23 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ 23 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
24 -v \ 24 -v \
25 -prop ../../Tensor/V1.0.0/XIDData.prop \ 25 -prop ../../Tensor/V1.1/XIDData.prop \
26 -prop XIDData.prop \ 26 -prop XIDData.prop \
27 HpeBLE.xid.xml \ 27 HpeBLE.xid.xml \
28 HpeCellular.xid.xml \ 28 HpeCellular.xid.xml \
......
...@@ -7,7 +7,7 @@ ILP XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is r ...@@ -7,7 +7,7 @@ ILP XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is r
7 ~~~sh 7 ~~~sh
8 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ 8 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
9 -v \ 9 -v \
10 -prop https://xid.location.studio/Tensor/V1.0.0/XIDData.prop \ 10 -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \
11 -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \ 11 -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \
12 -prop https://xid.location.studio/ILP/V1.2/XIDData.prop \ 12 -prop https://xid.location.studio/ILP/V1.2/XIDData.prop \
13 https://xid.location.studio/ILP/V1.2/IlpAssistanceApi.xid.xml \ 13 https://xid.location.studio/ILP/V1.2/IlpAssistanceApi.xid.xml \
...@@ -18,7 +18,7 @@ OR ...@@ -18,7 +18,7 @@ OR
18 18
19 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ 19 $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
20 -v \ 20 -v \
21 -prop ../../Tensor/V1.0.0/XIDData.prop \ 21 -prop ../../Tensor/V1.1/XIDData.prop \
22 -prop ../../HPE/V1.2/XIDData.prop \ 22 -prop ../../HPE/V1.2/XIDData.prop \
23 -prop XIDData.prop \ 23 -prop XIDData.prop \
24 IlpAssistanceApi.xid.xml \ 24 IlpAssistanceApi.xid.xml \
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!