<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,14 +16,14 @@ F-Script Anywhere also allows for it to be injected into apps automatically.  I'
 
 I'm also considering extending the console in such as way as to make it easy to run Nu files from the console and even automatically whenever it is injected into certain apps.  This is a low-lying priority after extending the console section, but I can see it being useful across multiple sessions.
 
-Notice when apps are quit or launched.
-
 ## Completed (or mostly so)
 
 I decided to avoid procmod problems by authenticating the nu-anywhere script to run as a substitute user whenever you inject Nu into an application.  This means that you'll have to do it repeatedly, but I don't want to get mired down in procmod maintenance.  Run an internet search for &quot;F-Script procmod&quot; and see how that went over.
 
 There's now a nice inspector bundled with the console.  You can inspect objects fairly easily.  Simply use the `inspect` command (see below).
 
+NuSomewhere now updates whenever applications are launched or quit.
+
 ## Using the `inspect` command
 
 What I loved about F-Script anywhere was the ability to graphically inspect objects.  That made hacking away at something much easier than using `class-dump`.  If you're building an input manager or other hack for an application (personally, I've added applescript support to several applications without ever looking at the source code using F-Script and `class-dump` and, now, NuSomewhere), this type of introspection is very handy.  NuSomewhere provides the `inspect` command to provide a small GUI for seeing what an object can do.  There are two flavors to `inspect` and a couple of caveats.
@@ -45,4 +45,10 @@ There is a solution for this.  You can use `inspect` and add a label at the same
 
 	(inspect (NSApplication sharedApplication) &quot;app&quot;)
 
-The second parameter to `inspect` is a string that represents the label.  This *must* be a string.  When `inspect` works its magic, it'll insert the object into the context using that particular label.
\ No newline at end of file
+The second parameter to `inspect` is a string that represents the label.  This *must* be a string.  When `inspect` works its magic, it'll insert the object into the context using that particular label.
+
+## Thanks
+
+Many, many thanks to Tim Burks.  NuSomewhere basically just extends nu-anywhere which is found in the Nu distribution.  All of the hard work was done for me, I just put a little sugar on top.
+
+Also, many thanks to Jonathan &quot;Wolf&quot; Rentzsch for mach\_*.  mach_inject and its like make stuff like this possible.
\ No newline at end of file</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>19475eb03e80667fb2111699aabb6323e5f39a8b</id>
    </parent>
  </parents>
  <author>
    <name>Grayson Hansard</name>
    <email>info@fromconcentratesoftware.com</email>
  </author>
  <url>http://github.com/Grayson/nusomewhere/commit/087869d96ffe24d0148b7b9d455a09320ed139d4</url>
  <id>087869d96ffe24d0148b7b9d455a09320ed139d4</id>
  <committed-date>2009-04-24T10:47:06-07:00</committed-date>
  <authored-date>2009-04-24T10:47:06-07:00</authored-date>
  <message>Updates readme, including thanks.</message>
  <tree>547961c0248c433245c64719bcc13198799a7584</tree>
  <committer>
    <name>Grayson Hansard</name>
    <email>info@fromconcentratesoftware.com</email>
  </committer>
</commit>
