README.md in usps_flags-0.1.17 vs README.md in usps_flags-0.1.18
- old
+ new
@@ -33,10 +33,14 @@
- USPS Ensign Wheel logo
- Officer flags
- Officer insignia
- Official pennants
+## Testing
+
+Tests are written in Rspec. To run all specs in a cloned repo, run 'rake'.
+
## Generation
### All files
To generate all static files, run:
@@ -89,13 +93,13 @@
```
- `outfile` is required, and specifies where to save the file.
- `trim` specifies whether to trim blank space from around the image. (This is ideal for generating insignia.)
-## Building
+## Constructing
-You can also build individual flags using the following DSL:
+You can also construct individual flags using the following syntax:
```ruby
f = USPSFlags.new do
type "LtC"
scale 3
@@ -129,8 +133,8 @@
gem install usps_flags -P HighSecurity
```
## License
-Actual images generated (other than the US Ensign) are Copyright © United States Power Squadrons.
+Actual images generated (other than the US Ensign) are [registered trademarks](http://www.usps.org/national/itcom/trademark.html) of United States Power Squadrons.
-This gem is released under the [GPLv3](https://raw.github.com/jfiander/usps-flags/master/LICENSE).
+This project is released under the [GPLv3](https://raw.github.com/jfiander/usps-flags/master/LICENSE).