README.md in hellosign-ruby-sdk-3.5.4 vs README.md in hellosign-ruby-sdk-3.6
- old
+ new
@@ -27,11 +27,11 @@
# config.email_address = 'email_address'
# config.password = 'password'
end
```
-##Usage
+## Usage
When you have configured your app like above, you can start using it:
```ruby
# get your account
my_account = HelloSign.get_account
@@ -53,10 +53,10 @@
When using request endpoints that send files, such as a signature request, you can specify files either as
1. A string representing the path
2. A Ruby File Object (File.open, then assign to a variable)
3. A Rails ActionDispatch::Http::UploadedFile
-##Testing
+## Testing
Testing relies on built in hard-coded fixtures. You can run the tests without affecting your actual account data. To do so
from the root of your project run <code>rake spec</code>.
## Additional notes