fix: removed quotes from markdown links - causing 404

This commit is contained in:
Russ Freeman
2020-04-30 15:28:52 +01:00
committed by Hank Stoever
parent 19ae807f6d
commit 28b31602b5

View File

@@ -2,10 +2,10 @@
This monorepo contains a few key packages that the User Experience team at Blockstack maintains:
- [app]('./packages/app'): An application for authenticating into Blockstack apps. Available as a web app and a browser extension.
- [connect]('./packages/connect'): A developer tool for building excellent user experiences in Blockstack apps
- [ui]('./packages/ui'): Blockstack's internal design system and React component library
- [keychain]('./packages/keychain'): A library for Blockstack identity management
- [app](./packages/app): An application for authenticating into Blockstack apps. Available as a web app and a browser extension.
- [connect](./packages/connect): A developer tool for building excellent user experiences in Blockstack apps
- [ui](./packages/ui): Blockstack's internal design system and React component library
- [keychain](./packages/keychain): A library for Blockstack identity management
## Development environment setup