Skip to content

Commit

Permalink
years changed
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Mar 9, 2012
1 parent 77a6f62 commit 0a961a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011 Doug Tangren
Copyright (c) 2011-12 Doug Tangren

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -31,6 +31,8 @@ In any `.sbt` file under `~/.sbt`, say `~/.sbt/jot.sbt` for instance, append

Jot stores data in a `.jot` file in your project's root

What to keep your jots to yourself? That's cool. Just add `.jot` to your `.gitignore` file.

Below is a list of available settings

jot # Appends an item to your jot file
Expand All @@ -41,4 +43,4 @@ Below is a list of available settings
target(for jot) or (target in (SomeConfig, jot)) # Directory containing generated jot file
colors(for jot) or (colors in (SomeConfig, jot)) # Toggles ansii colored output

Doug Tangren (softprops) 2011
Doug Tangren (softprops) 2011-12

0 comments on commit 0a961a0

Please sign in to comment.