From 708e70563906a07071e2aa17e72ce17d4b43c723 Mon Sep 17 00:00:00 2001 From: Ross Conyers Date: Wed, 25 Jul 2018 20:37:32 +0100 Subject: [PATCH] Modifying the README file I thought the README needed some updating, so I added some lines, removed others, and modified one. This adds more information about the project and better serves our users. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4329100..ddd94cc 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ [e ɛs ti pæθ] _n_. -Ⅰ. A command-line utility for querying Python ASTs using XPath syntax. +I think this content is better than what was here before, so I'm going to add this and remove the other stuff. -ⅠⅠ. A better way of searching through your codebase. - -## Example usage +## Example Usage _Finding all usages of the_ `eval` _builtin:_ ```bash $ astpath ".//Call/func/Name[@id='eval']" | head -5