reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

chore(docs): remove leading dollar sign #226

Closed nhedger closed 2 years ago

nhedger commented 2 years ago

See https://github.com/reactphp/http/pull/458

clue commented 2 years ago

@nhedger Glad this has been merged! Can you also apply the same changes to the 3.x and 1.x branches? :+1:

nhedger commented 2 years ago

@clue PR for 3.x is here: https://github.com/reactphp/promise/pull/231.

The 1.x branch does not look like it needs any modifications though. It does not have the usual installation instructions in which these code blocks can be found.