diff --git a/README.org b/README.org new file mode 100644 index 0000000..3de0e81 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +#+title: About.jl +#+author: tecosaur + +Sometimes you want to know more /about/ what you're working with, whether it be a +function, type, value, or something else entirely. + +This package is a utility to help answer that question, it exports a single +function ~about~, which can be applied to any Julia object.