Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed May 19, 2021
1 parent 439c5db commit 0d6243c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,6 +1,7 @@
# ExprRules.jl
[![Build Status](https://travis-ci.org/sisl/ExprRules.jl.svg?branch=master)](https://travis-ci.org/sisl/ExprRules.jl) [![Coverage Status](https://coveralls.io/repos/sisl/ExprRules.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sisl/ExprRules.jl?branch=master)

Base functions for generating and optimizing Julia expressions from a grammar.
Functions for generating and optimizing Julia expressions from a grammar.

## Usage

Expand All @@ -12,5 +13,3 @@ Users may also be interested in expression optimization using [ExprOptimization.

* Ritchie Lee, ritchie@ritchielee.net
* Mykel Kochenderfer, mykel@stanford.edu

[![Build Status](https://travis-ci.org/sisl/ExprRules.jl.svg?branch=master)](https://travis-ci.org/sisl/ExprRules.jl) [![Coverage Status](https://coveralls.io/repos/sisl/ExprRules.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sisl/ExprRules.jl?branch=master)

2 comments on commit 0d6243c

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 0d6243c May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/37025

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" 0d6243cdd4b8eaae2edfb61305965a62ea322408
git push origin v0.4.3

Please sign in to comment.