Bläddra i källkod

fixed some markdown bits

Grega Bremec 3 år sedan
förälder
incheckning
a115f0f3f5
2 ändrade filer med 12 tillägg och 13 borttagningar
  1. 12 0
      README.md
  2. 0 13
      readme.md

+ 12 - 0
README.md

@@ -0,0 +1,12 @@
+RHPAM REST Client
+=======================
+
+An example process model where a REST task (along with the corresponding
+`WorkItemHandler`) is used to consume a REST WS. Depends on the
+`ws-customer-data` service being deployed somewhere, by default on
+`http://localhost:9080/ws-customer-data/`.
+
+For proper serialization of objects coming from a shared dependency (such as
+`Customer` in this case), the WIH definition in `kie-deployment-descriptor.xml`
+needs to be modified to use the module class loader (as of RHPAM 7.11).
+

+ 0 - 13
readme.md

@@ -1,13 +0,0 @@
-RHPAM REST Client
-=======================
-
-An example process model where a REST task (along with the corresponding
-WorkItemHandler) is used to consume a REST WS. Depends on the
-```ws-customer-data``` service being deployed somewhere, by default on
-```http://localhost:9080/ws-customer-data/```.
-
-For proper serialization of objects coming from a shared dependency (such as
-```Customer``` in this case), the WIH definition in
-```kie-deployment-descriptor.xml``` needs to be modified to use the module
-class loader (as of RHPAM 7.11).
-