Skip to content

Commit

Permalink
Merge pull request #17 from steven-collins-omega/develop
Browse files Browse the repository at this point in the history
Update README to reflect puget namespace.
  • Loading branch information
greglook committed Feb 11, 2015
2 parents e0c251b + a753f46 commit 7e523ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ datatypes provide a 'canonical' representation of themselves as a tag symbol
followed by some interpretation of the value.

Puget extends this protocol to support the `#inst` and `#uuid` built-ins from
the EDN standard. In addition, it supports `#bin` for base64-encoded binary
data, and `#uri` for specifying Uniform Resource Identifiers.
the EDN standard. In addition, it supports `#puget/bin` for base64-encoded binary
data, and `#puget/uri` for specifying Uniform Resource Identifiers.

To give your own types a tag extension, use the `extend-tagged-*` functions. For
example, to extend `#inst` tagging to Joda `DateTime` objects:
Expand Down

0 comments on commit 7e523ae

Please sign in to comment.