diff --git a/README.md b/README.md index 474b220..b7245ac 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ The startings of a modern list api for Emacs that does not require 'cl. -## Warning - -This is so much a work in progress that you should definitely not be using it yet. - ## Functions * [!map](#map-fn-list) `(fn list)` @@ -278,10 +274,9 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## License -Copyright (C) 2012 Magnar Sveen, Joel McCracken +Copyright (C) 2012 Magnar Sveen Authors: Magnar Sveen - Joel McCracken Keywords: lists This program is free software; you can redistribute it and/or modify diff --git a/bang.el b/bang.el index 63563bb..7ea865c 100644 --- a/bang.el +++ b/bang.el @@ -1,9 +1,9 @@ ;;; bang.el --- A modern list library for Emacs -;; Copyright (C) 2012 Magnar Sveen, Joel McCracken +;; Copyright (C) 2012 Magnar Sveen ;; Authors: Magnar Sveen -;; Joel McCracken +;; Version: 0.1.0 ;; Keywords: lists ;; This program is free software; you can redistribute it and/or modify @@ -22,6 +22,8 @@ ;;; Commentary: ;; The startings of a modern list api for Emacs. +;; +;; See documentation on https://github.com/magnars/bang.el#functions ;;; Code: diff --git a/readme-template.md b/readme-template.md index 9e0cc9f..d617a05 100644 --- a/readme-template.md +++ b/readme-template.md @@ -2,10 +2,6 @@ The startings of a modern list api for Emacs that does not require 'cl. -## Warning - -This is so much a work in progress that you should definitely not be using it yet. - ## Functions [[ function-list ]] @@ -59,10 +55,9 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## License -Copyright (C) 2012 Magnar Sveen, Joel McCracken +Copyright (C) 2012 Magnar Sveen Authors: Magnar Sveen - Joel McCracken Keywords: lists This program is free software; you can redistribute it and/or modify