Skip to content

Commit

Permalink
remove old asciinema
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 8, 2020
1 parent 362e08f commit f4321bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ descend(foo, Tuple{})
@descend foo()
```

### Examples

#### `@descend optimize=true foo()`
[![asciicast1](https://asciinema.org/a/y3a7kR38nbDGdm98kL9yZcUJA.svg)](https://asciinema.org/a/y3a7kR38nbDGdm98kL9yZcUJA)

## Methods

- `@descend_code_typed`
Expand Down

2 comments on commit f4321bc

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/10703

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" f4321bc5f87031ab8f57c5e174e7a3830b079392
git push origin v1.0.0

Please sign in to comment.