Skip to content

Commit 87900e1

Browse files
committed
update license and readme
2 parents 951b062 + c7838a4 commit 87900e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ The MIT License (MIT)
22

33
Copyright (c) 2014 Zoran Žabčić
44

5+
56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
78
in the Software without restriction, including without limitation the rights

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
hpa-ruby
2+
=====
23

34
This is a Ruby wrapper for [HTML PDF API](http://htmlpdfapi.com) - [Documentation](http://htmlpdfapi.com/documentation)
45

@@ -191,7 +192,7 @@ controllers/example_controller.rb
191192
end
192193

193194

194-
Example application
195+
Sample application
195196

196197

197198
Testing
@@ -204,4 +205,5 @@ Testing
204205
2. Create your feature branch (`git checkout -b my-new-feature`)
205206
3. Commit your changes (`git commit -am "Add some feature"`)
206207
4. Push to the branch (`git push origin my-new-feature`)
207-
5. Create new Pull Request
208+
5. Create new Pull Request
209+

0 commit comments

Comments
 (0)