소스 검색

cleaning up typos

Mark VandenBrink 12 년 전
부모
커밋
a241d338e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -157,7 +157,7 @@ Header: version/revision: 3/0, flags: 0x00: 0/0/0/0, size = 11,899 bytes; No ext
     * Pure container atoms: have no data and are only used to contain other atoms.  This is akin to a UNIX filesystem's directory notion.
     * Pure "data" atoms: has no nested atoms.  Only has a payload.
     * A mixture of both.
-* __tree.lisp:__ The tree library (used by mp4-atom).  Adapted from
+* __tree.lisp:__ The tree library (used by mp4-atom).  Adapted from code from [Jorge Gajon](http://gajon.org/trees-linked-lists-common-lisp/)
 * __mpeg.lisp:__ Parses the audio information (ie the non-ID3 info) in an MP3 file.
 * __packages.lisp:__ Holds all the package definitions.
 * __taglib-tests.asd:__ Contains build instructions for taglib-tests.lisp.  An ASDF file.