diff --git a/readme.md b/readme.md index 856da62..3988c92 100644 --- a/readme.md +++ b/readme.md @@ -105,10 +105,10 @@ feed.item({ guid: '1123', // optional - defaults to url categories: ['Category 1','Category 2','Category 3','Category 4'], // optional - array of item categories author: 'Guest Author', // optional - defaults to feed author property - date: 'May 27, 2012' // any format that js Date can parse. + date: 'May 27, 2012', // any format that js Date can parse. lat: 33.417974, //optional latitude field for GeoRSS long: -111.933231, //optional longitude field for GeoRSS - enclosure : {url:'...', file:'path-to-file'} // optional enclosure + enclosure: {url:'...', file:'path-to-file'} // optional enclosure }); // cache the xml to send to clients @@ -161,4 +161,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.