Skip to content

Commit

Permalink
fix(soap): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martypitt committed Sep 6, 2023
1 parent f8199aa commit a5f894e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soap-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Taxi can be embedded directly into SOAP WSDLs, to declare the semantic meaning o

For example:

```taxi
```xml
<xs:complexType name="tCurrency">
<xs:sequence>
<xs:element name="sISOCode" type="xs:string"
Expand Down
2 changes: 1 addition & 1 deletion soap-demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
deploy:
resources:
limits:
memory: 2gb
memory: 600mb

postgres:
image: postgres:15
Expand Down

0 comments on commit a5f894e

Please sign in to comment.