changed a lot of outdated code

This commit is contained in:
loading 2020-06-16 17:29:39 -04:00 committed by GitHub
parent e5c9a4b57a
commit 161e38f8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
src="https://img.shields.io/discourse/https/solero.me/topics?color=73afb6"
/>
</a>
<a href="https://github.com/Solero/Houdini-asyncio/issues">
<a href="https://github.com/Solero/houdini/issues">
<img
alt="Issue Tracker"
src="https://img.shields.io/github/issues/solero/houdini-asyncio"
@ -55,8 +55,8 @@
Houdini can be run as a normal Python program under any operating system.
```shell
$ git clone https://github.com/solero/houdini-asyncio
$ cd houdini-asyncio
$ git clone https://github.com/solero/houdini
$ cd houdini
$ pip install -r requirements.txt
$ python bootstrap.py login
```