Skip to content

Commit 77e85c9

Browse files
authored
Minor updated to README
1 parent 72188e1 commit 77e85c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The package can be installed by adding `docusign` to your list of dependencies i
99
```elixir
1010
def deps do
1111
[
12-
{:docusign, "~> 0.3.0"}
12+
{:docusign, "~> 0.3.1"}
1313
]
1414
end
1515
```
@@ -25,7 +25,7 @@ java -jar swagger-codegen-cli.jar generate \
2525
-i https://raw.githubusercontent.com/docusign/eSign-OpenAPI-Specification/master/esignature.rest.swagger-v2.1.json \
2626
-l elixir -o /tmp/elixir_api_client
2727
rm -rf lib/docusign/*
28-
cp -r /tmp/elixir_api_client/lib/docu_sign_restapi/* lib/docusign
28+
cp -rf /tmp/elixir_api_client/lib/docu_sign_restapi/* lib/docusign
2929
mix format
3030
```
3131

0 commit comments

Comments
 (0)